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
官方網址 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"
}