SpyDeals Chrome Extension

Gets information about coupons on SpyDeals for browsed website

Cos'è SpyDeals Chrome Extension?

SpyDeals Chrome Extension è un'estensione di Chrome sviluppata da https://spydeals.nl, e la sua funzione principale è "Gets information about coupons on SpyDeals for browsed website".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SpyDeals Chrome Extension

Scarica i file di estensione SpyDeals Chrome Extension 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

                        Wanneer je online aan het winkelen bent zoekt Spydeals automatisch voor je naar de beste deals en kortingscodes.                    

Informazioni di Base sull'Estensione

Nome SpyDeals Chrome Extension SpyDeals Chrome Extension
ID ccpdddfmfddafmpgbhoollfljlhfnhnf
URL Ufficiale https://chromewebstore.google.com/detail/spydeals-chrome-extension/ccpdddfmfddafmpgbhoollfljlhfnhnf
Descrizione Gets information about coupons on SpyDeals for browsed website
Dimensione del File 37.82 KB
Conteggio Installazioni 480
Versione Corrente 2.0.1
Ultimo Aggiornamento 2020-07-23
Data di Pubblicazione 2020-07-15
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore https://spydeals.nl
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.spydeals.nl
URL della Pagina di Aiuto https://www.spydeals.nl/contact
URL della Pagina della Politica sulla Privacy https://www.spydeals.nl/privacy
Lingue Supportate nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SpyDeals Chrome Extension",
    "version": "2.0.1",
    "description": "Gets information about coupons on SpyDeals for browsed website",
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "src\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "src\/popup.html",
        "default_icon": {
            "16": "src\/images\/icon_16.png",
            "32": "src\/images\/icon_32.png",
            "48": "src\/images\/icon_48.png",
            "128": "src\/images\/icon_128.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "src\/contentscript.js"
            ],
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*.spydeals.nl\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "src\/utils\/spydeals-toast.js",
        "src\/utils\/spydeals-toast.css"
    ],
    "icons": {
        "16": "src\/images\/icon_16.png",
        "32": "src\/images\/icon_32.png",
        "48": "src\/images\/icon_48.png",
        "128": "src\/images\/icon_128.png"
    },
    "manifest_version": 2
}