Vinteasy
The easy way to sell on Vinted
Vinteasyとは何ですか?
Vinteasyはdorianlovera26によって開発されたChromeの拡張機能で、その主な機能は「The easy way to sell on Vinted」です。
拡張機能のスクリーンショット
Vinteasy拡張機能のCRXファイルをダウンロード
Vinteasy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Get followers easily with Vinteasy. - Select the category you are selling in (clothes, books...) - Follow thousands of accounts in 1 click - Unfollow accounts in 1 click This extension allows you to get followers in no time. Get it now !
拡張機能の基本情報
名前 | Vinteasy |
ID | hfniionhecoopmpbcdgmcaelncecpenm |
公式URL | https://chromewebstore.google.com/detail/vinteasy/hfniionhecoopmpbcdgmcaelncecpenm |
説明 | The easy way to sell on Vinted |
ファイルサイズ | 389 KB |
インストール数 | 15 |
現在のバージョン | 0.1.0 |
最終更新日 | 2021-05-04 |
公開日 | 2021-05-03 |
開発者 | dorianlovera26 |
Eメール | [email protected] |
支払い方法 | in_app |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Vinteasy", "description": "The easy way to sell on Vinted", "version": "0.1.0", "manifest_version": 2, "background": { "scripts": [ ".\/assets\/firebase\/firebase-app.js", ".\/assets\/firebase\/firebase-auth.js", ".\/assets\/firebase\/firebase-firestore.js", ".\/assets\/firebase\/firebase-functions.js", ".\/assets\/axios-0.21.0.min.js", ".\/js\/background.js" ] }, "icons": { "16": ".\/assets\/icons\/icon16.png", "48": ".\/assets\/icons\/icon48.png", "128": ".\/assets\/icons\/icon128.png" }, "options_page": "", "browser_action": { "default_popup": ".\/popup.html" }, "permissions": [ "tabs", "https:\/\/www.vinted.fr\/*", "storage", "cookies", "webRequest", "webRequestBlocking", "alarms", "notifications" ], "content_security_policy": "script-src 'self' https:\/\/cdn.firebase.com https:\/\/apis.google.com https:\/\/www.gstatic.com https:\/\/js.stripe.com\/v3\/; object-src 'self'" } |