CB.click
Fast & simple URL shortener, that gives you an opportunity to earn on your links and content.
CB.click क्या है?
CB.click https://cb.click द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fast & simple URL shortener, that gives you an opportunity to earn on your links and content."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CB.click एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Share links in a reduced, easy-to-remember format, place it on a website or social media platform, get a hefty commission! How Does It Work? Every user, who follows one of your links, views an ad splash or a promo landing. User downloads software — you get the reward! — Short links — easy to share & remember — Easy way to earn online — Browse the history of your short links and payments — Analyze user data to market better and earn more — Monitor full statistics in your personal area — Protect special URLs with password
एक्सटेंशन की मूल जानकारी
नाम | CB.click |
ID | knmghooehbjicekkmaolodoaapmjmcog |
आधिकारिक URL | https://chromewebstore.google.com/detail/cbclick/knmghooehbjicekkmaolodoaapmjmcog |
विवरण | Fast & simple URL shortener, that gives you an opportunity to earn on your links and content. |
फ़ाइल का आकार | 44.73 KB |
स्थापना संख्या | 10,000 |
वर्तमान संस्करण | 0.2.4 |
अंतिम अपडेट | 2020-02-19 |
प्रकाशन तिथि | 2020-02-17 |
रेटिंग | 4.55/5 कुल 20 रेटिंग्स |
डेवलपर | https://cb.click |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://cryptotabstart.com/en/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "browser_action": { "default_icon": "icons\/cblcik_icon_bar-256px.png", "default_title": "CB.click", "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "content_security_policy": "script-src 'self'; object-src 'self'", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "icons": { "128": "icons\/cblcik_icon-128px.png", "16": "icons\/cblcik_icon-16px.png", "256": "icons\/cblcik_icon-256px.png", "32": "icons\/cblcik_icon-32px.png", "48": "icons\/cblcik_icon-48px.png" }, "manifest_version": 2, "permissions": [ "storage", "tabs", "contextMenus" ], "version": "0.2.4" } |