SpyDeals Chrome Extension

Gets information about coupons on SpyDeals for browsed website

什么是SpyDeals Chrome Extension?

SpyDeals Chrome Extension是由https://spydeals.nl开发的Chrome扩展程序,该扩展的主要功能是“Gets information about coupons on SpyDeals for browsed website”。

扩展截图

screenshot

下载SpyDeals Chrome Extension扩展crx文件

下载SpyDeals Chrome Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 SpyDeals Chrome Extension SpyDeals Chrome Extension
ID ccpdddfmfddafmpgbhoollfljlhfnhnf
官方URL https://chromewebstore.google.com/detail/spydeals-chrome-extension/ccpdddfmfddafmpgbhoollfljlhfnhnf
简介 Gets information about coupons on SpyDeals for browsed website
文件大小 37.82 KB
安装次数 480
当前版本 2.0.1
更新时间 2020-07-23
上架时间 2020-07-15
评分 5.00/5 共4次评分
开发者 https://spydeals.nl
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.spydeals.nl
帮助页面URL https://www.spydeals.nl/contact
隐私政策页面URL https://www.spydeals.nl/privacy
支持的语言 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
}