SpyDeals Chrome Extension

Gets information about coupons on SpyDeals for browsed website

Wat is SpyDeals Chrome Extension?

SpyDeals Chrome Extension is een Chrome-extensie ontwikkeld door https://spydeals.nl, en de belangrijkste functie is "Gets information about coupons on SpyDeals for browsed website".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie SpyDeals Chrome Extension

Download SpyDeals Chrome Extension-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

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

Basisinformatie over de Extensie

Naam SpyDeals Chrome Extension SpyDeals Chrome Extension
ID ccpdddfmfddafmpgbhoollfljlhfnhnf
Officiële URL https://chromewebstore.google.com/detail/spydeals-chrome-extension/ccpdddfmfddafmpgbhoollfljlhfnhnf
Beschrijving Gets information about coupons on SpyDeals for browsed website
Bestandsgrootte 37.82 KB
Aantal Installaties 480
Huidige Versie 2.0.1
Laatst Bijgewerkt 2020-07-23
Publicatiedatum 2020-07-15
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar https://spydeals.nl
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.spydeals.nl
Help Pagina-URL https://www.spydeals.nl/contact
URL van de Privacybeleid Pagina https://www.spydeals.nl/privacy
Ondersteunde Talen 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
}