Vinteasy

The easy way to sell on Vinted

Cos'è Vinteasy?

Vinteasy è un'estensione di Chrome sviluppata da dorianlovera26, e la sua funzione principale è "The easy way to sell on Vinted".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Vinteasy

Scarica i file di estensione Vinteasy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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 !                    

Informazioni di Base sull'Estensione

Nome Vinteasy Vinteasy
ID hfniionhecoopmpbcdgmcaelncecpenm
URL Ufficiale https://chromewebstore.google.com/detail/vinteasy/hfniionhecoopmpbcdgmcaelncecpenm
Descrizione The easy way to sell on Vinted
Dimensione del File 389 KB
Conteggio Installazioni 15
Versione Corrente 0.1.0
Ultimo Aggiornamento 2021-05-04
Data di Pubblicazione 2021-05-03
Sviluppatore dorianlovera26
Email [email protected]
Tipo di Pagamento in_app
Lingue Supportate 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'"
}