CB Club Search Assistant
Stay up to date with the latest promotions, coupons and tournaments.
CB Club Search Assistant là gì?
CB Club Search Assistant là một tiện ích mở rộng Chrome được phát triển bởi https://bonusclub.app, và tính năng chính của nó là "Stay up to date with the latest promotions, coupons and tournaments.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng CB Club Search Assistant
Tải xuống các tệp mở rộng CB Club Search Assistant 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CB Club Search Assistant |
ID | geamfnkjeppjmoeinakhhelogjfalhbk |
URL Chính Thức | https://chromewebstore.google.com/detail/cb-club-search-assistant/geamfnkjeppjmoeinakhhelogjfalhbk |
Mô tả | Stay up to date with the latest promotions, coupons and tournaments. |
Kích Thước Tệp | 48.88 KB |
Số Lần Cài Đặt | 29 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2019-04-02 |
Ngày Phát Hành | 2019-04-02 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://bonusclub.app |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://bonusclub.app/client/kuponbar/privacy-policy.html |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |