CB Club Search Assistant
Stay up to date with the latest promotions, coupons and tournaments.
Was ist CB Club Search Assistant?
CB Club Search Assistant ist eine Chrome-Erweiterung, die von https://bonusclub.app entwickelt wurde, und ihr Hauptmerkmal ist "Stay up to date with the latest promotions, coupons and tournaments.".
Erweiterungsscreenshots
CB Club Search Assistant-Erweiterungs-CRX-Datei herunterladen
Laden Sie CB Club Search Assistant-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | CB Club Search Assistant |
ID | geamfnkjeppjmoeinakhhelogjfalhbk |
Offizielle URL | https://chromewebstore.google.com/detail/cb-club-search-assistant/geamfnkjeppjmoeinakhhelogjfalhbk |
Beschreibung | Stay up to date with the latest promotions, coupons and tournaments. |
Dateigröße | 48.88 KB |
Installationsanzahl | 29 |
Aktuelle Version | 1.1 |
Letztes Update | 2019-04-02 |
Veröffentlichungsdatum | 2019-04-02 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | https://bonusclub.app |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://bonusclub.app/client/kuponbar/privacy-policy.html |
Unterstützte Sprachen | 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" } } |