Vinteasy
The easy way to sell on Vinted
Wat is Vinteasy?
Vinteasy is een Chrome-extensie ontwikkeld door dorianlovera26, en de belangrijkste functie is "The easy way to sell on Vinted".
Extensie Screenshots
Download het CRX-bestand van de extensie Vinteasy
Download Vinteasy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 ! Basisinformatie over de Extensie
| Naam | |
| ID | hfniionhecoopmpbcdgmcaelncecpenm |
| Officiële URL | https://chromewebstore.google.com/detail/vinteasy/hfniionhecoopmpbcdgmcaelncecpenm |
| Beschrijving | The easy way to sell on Vinted |
| Bestandsgrootte | 389 KB |
| Aantal Installaties | 15 |
| Huidige Versie | 0.1.0 |
| Laatst Bijgewerkt | 2021-05-04 |
| Publicatiedatum | 2021-05-03 |
| Ontwikkelaar | dorianlovera26 |
| [email protected] | |
| Betalingswijze | in_app |
| Ondersteunde Talen | 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'"
} | |