CB Club Search Assistant

Stay up to date with the latest promotions, coupons and tournaments.

什麼是CB Club Search Assistant?

CB Club Search Assistant是由https://bonusclub.app開發的Chrome擴展程式,該擴展的主要功能是“Stay up to date with the latest promotions, coupons and tournaments.”。

擴展截圖

screenshot
screenshot

下載CB Club Search Assistant擴展crx文件

下載CB Club Search Assistant擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The CB Club Search Assistant finds the best promos and the newest coupon codes for the most established entertainment brands you are searching for, so you can be confident you’re getting the most updated bonuses around. 

• Finds bonuses using your favourite search engine (Google.com, Bing.com and Yahoo.com) and display them with our useful coupon bar.
• Jump straight into your favourite site from the bar and get your bonus ready to be redeemed.
• Reveal your bonuses as you browse your favourite sites.
• Highlight the best bonuses based on your location, currency and language.
• Show, hide or minimise the toolbar in one click for an unobtrusive experience.                    

擴展基本資訊

名稱 CB Club Search Assistant CB Club Search Assistant
ID geamfnkjeppjmoeinakhhelogjfalhbk
官方網址 https://chromewebstore.google.com/detail/cb-club-search-assistant/geamfnkjeppjmoeinakhhelogjfalhbk
簡介 Stay up to date with the latest promotions, coupons and tournaments.
檔案大小 48.88 KB
安裝次數 29
目前版本 1.1
更新時間 2019-04-02
上架時間 2019-04-02
評分 5.00/5 共 4 次評分
開發者 https://bonusclub.app
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://bonusclub.app/client/kuponbar/privacy-policy.html
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.1",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "icons\/icon-16.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "activeTab",
        "https:\/\/*.bonusclub.app\/*"
    ],
    "optional_permissions": [
        "declarativeContent",
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.google.com\/*",
                "*:\/\/*.bing.com\/*",
                "*:\/\/*.yahoo.com\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon-19.png",
            "38": "icons\/icon-38.png"
        },
        "default_title": "CB Club Assistant",
        "default_popup": "popup.html"
    }
}