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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}