SpyDeals Chrome Extension

Gets information about coupons on SpyDeals for browsed website

What is SpyDeals Chrome Extension?

SpyDeals Chrome Extension is a Chrome extension developed by https://spydeals.nl, and its main feature is "Gets information about coupons on SpyDeals for browsed website".

Extension Screenshots

screenshot

Download SpyDeals Chrome Extension Extension CRX File

Download SpyDeals Chrome Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name SpyDeals Chrome Extension SpyDeals Chrome Extension
ID ccpdddfmfddafmpgbhoollfljlhfnhnf
Official URL https://chromewebstore.google.com/detail/spydeals-chrome-extension/ccpdddfmfddafmpgbhoollfljlhfnhnf
Description Gets information about coupons on SpyDeals for browsed website
File Size 37.82 KB
Installation Count 480
Current Version 2.0.1
Last Updated 2020-07-23
Publish Date 2020-07-15
Rating 5.00/5 Total 4 Ratings
Developer https://spydeals.nl
Email [email protected]
Payment Type free
Extension Website http://www.spydeals.nl
Help Page URL https://www.spydeals.nl/contact
Privacy Policy Page URL https://www.spydeals.nl/privacy
Supported Languages 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
}