
Vinted Photo/Data Downloader 作成者: boberle
Download photos, product data and conversations from Vinted.
172 Users172 Users
拡張機能メタデータ
スクリーンショット


この拡張機能について
Use the Vinted Photo and Data Downloader add-on to download from Vinted:
on product pages:
on conversation pages:
NOTE: Vinted added a challenge to download conversation data. In order to bypass this challenge, the extension now requires more permissions. If this is an issue for you, you can contact me and I will separate downloading products vs conversations in 2 different apps (one requiring almost no permission, and one needing more permissions).
This is useful to archive information about your transactions on Vinted, since sold items may be deleted by the seller and conversations are deleted automatically by Vinted after a few months, and there is no easy way to download this information directly from the site.
Once installed, navigate to a Vinted product or conversation. The Vinted Photo and Data Downloader icon appear in the address bar: click on it to reveal the download buttons.
The code source is available on Github.
Vinted is an European online marketplace for buying and selling second hand items. You can access it at vinted.fr, vinted.it, vinted.be, etc. I am not affiliated with Vinted in any way.
on product pages:
- complete product data (in JSON format), including id, title, description, price, seller information, dates, photos urls, etc.
- summary (in text format), including url, title, description, seller username and id,
- photos in full resolution;
on conversation pages:
- complete conversation (in JSON format),
- complete shipping and tracking data (in JSON format),
- images in full resolution.
NOTE: Vinted added a challenge to download conversation data. In order to bypass this challenge, the extension now requires more permissions. If this is an issue for you, you can contact me and I will separate downloading products vs conversations in 2 different apps (one requiring almost no permission, and one needing more permissions).
This is useful to archive information about your transactions on Vinted, since sold items may be deleted by the seller and conversations are deleted automatically by Vinted after a few months, and there is no easy way to download this information directly from the site.
Once installed, navigate to a Vinted product or conversation. The Vinted Photo and Data Downloader icon appear in the address bar: click on it to reveal the download buttons.
The code source is available on Github.
Vinted is an European online marketplace for buying and selling second hand items. You can access it at vinted.fr, vinted.it, vinted.be, etc. I am not affiliated with Vinted in any way.
Rated 5 by 2 reviewers
Permissions and data詳細情報
必要な権限:
- ファイルのダウンロードおよびブラウザーのダウンロード履歴の読み取りと変更
- ブラウザーのタブへのアクセス
- images1.vinted.net のユーザーデータへのアクセス
- www.vinted.fr のユーザーデータへのアクセス
- www.vinted.at のユーザーデータへのアクセス
- www.vinted.be のユーザーデータへのアクセス
- www.vinted.cz のユーザーデータへのアクセス
- www.vinted.de のユーザーデータへのアクセス
- www.vinted.dk のユーザーデータへのアクセス
- www.vinted.es のユーザーデータへのアクセス
- www.vinted.fi のユーザーデータへのアクセス
- www.vinted.hr のユーザーデータへのアクセス
- www.vinted.hu のユーザーデータへのアクセス
- www.vinted.it のユーザーデータへのアクセス
- www.vinted.lt のユーザーデータへのアクセス
- www.vinted.lu のユーザーデータへのアクセス
- www.vinted.nl のユーザーデータへのアクセス
- www.vinted.pl のユーザーデータへのアクセス
- www.vinted.pt のユーザーデータへのアクセス
- www.vinted.ro のユーザーデータへのアクセス
- www.vinted.se のユーザーデータへのアクセス
- www.vinted.si のユーザーデータへのアクセス
- www.vinted.sk のユーザーデータへのアクセス
- www.vinted.com のユーザーデータへのアクセス
- www.vinted.co.uk のユーザーデータへのアクセス
詳しい情報
- アドオンリンク
- バージョン
- 1.24
- サイズ
- 24.81 KB
- 最終更新日
- 4日前 (2025年10月11日)
- ライセンス
- MIT License
- バージョン履歴
- コレクションへ追加
1.24 のリリースノート
Changed the way to download the conversation data JSON from a background script instead of using the
fetch
API, in order to bypass a new challenge that Vinted has added.