Les Bons Achats - Offres Shopping

Les Bons Achats - Offres Shopping

Les Bons Achats - Offres Shopping là gì?

Les Bons Achats - Offres Shopping là một tiện ích mở rộng Chrome được phát triển bởi http://www.bonsachats.com, và tính năng chính của nó là "Les Bons Achats - Offres Shopping".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Les Bons Achats - Offres Shopping

Tải xuống các tệp mở rộng Les Bons Achats - Offres Shopping dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Les Bons Achats - Offres Shopping Les Bons Achats - Offres Shopping
ID ccagdbjfjleeecjhnhgalggdhehpbajm
URL Chính Thức https://chrome.google.com/webstore/detail/les-bons-achats-offres-sh/ccagdbjfjleeecjhnhgalggdhehpbajm
Mô tả Les Bons Achats - Offres Shopping
Kích Thước Tệp 60.76 KB
Số Lần Cài Đặt 441
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2016-12-27
Ngày Phát Hành 2016-12-27
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển http://www.bonsachats.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}