Les Bons Achats - Offres Shopping

Les Bons Achats - Offres Shopping

什么是Les Bons Achats - Offres Shopping?

Les Bons Achats - Offres Shopping是由http://www.bonsachats.com开发的Chrome扩展程序,该扩展的主要功能是“Les Bons Achats - Offres Shopping”。

扩展截图

screenshot

下载Les Bons Achats - Offres Shopping扩展crx文件

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

扩展使用说明

                        L'extension "Les Bons Achats" vous redirige vers des produits affiliés et ouvre des fenêtres de sites marchands pour vous aider à trouver les meilleurs achats sur Internet. Vous trouverez facilement les bons plans pour faciliter vos achats en ligne.                    

扩展基本信息

名称 Les Bons Achats - Offres Shopping Les Bons Achats - Offres Shopping
ID ccagdbjfjleeecjhnhgalggdhehpbajm
官方URL https://chrome.google.com/webstore/detail/les-bons-achats-offres-sh/ccagdbjfjleeecjhnhgalggdhehpbajm
简介 Les Bons Achats - Offres Shopping
文件大小 60.76 KB
安装次数 441
当前版本 1.0.0
更新时间 2016-12-27
上架时间 2016-12-27
评分 4.20/5 共5次评分
开发者 http://www.bonsachats.com
付费类型 free
支持的语言 fr
manifest.json
{
    "background": {
        "scripts": [
            "\/js\/OngletWatcher.js",
            "\/js\/BackendManager.js",
            "\/js\/URI.min.js",
            "\/js\/jquery.min.js",
            "\/js\/background.js"
        ]
    },
    "description": "Les Bons Achats - Offres Shopping",
    "icons": {
        "24": "\/img\/logo-24.png",
        "128": "\/img\/logo-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 2,
    "name": "Les Bons Achats - Offres Shopping",
    "permissions": [
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0"
}