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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Stay up to date with the latest promotions, coupons and tournaments."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CB Club Search Assistant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } } |