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 ! 擴展基本資訊
| 名稱 | |
| ID | hfniionhecoopmpbcdgmcaelncecpenm |
| 官方網址 | 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 |
| 電子郵箱 | [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'"
} | |