CB.click
Fast & simple URL shortener, that gives you an opportunity to earn on your links and content.
Was ist CB.click?
CB.click ist eine Chrome-Erweiterung, die von https://cb.click entwickelt wurde, und ihr Hauptmerkmal ist "Fast & simple URL shortener, that gives you an opportunity to earn on your links and content.".
Erweiterungsscreenshots
CB.click-Erweiterungs-CRX-Datei herunterladen
Laden Sie CB.click-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
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | knmghooehbjicekkmaolodoaapmjmcog |
| Offizielle URL | https://chromewebstore.google.com/detail/cbclick/knmghooehbjicekkmaolodoaapmjmcog |
| Beschreibung | Fast & simple URL shortener, that gives you an opportunity to earn on your links and content. |
| Dateigröße | 44.73 KB |
| Installationsanzahl | 10,000 |
| Aktuelle Version | 0.2.4 |
| Letztes Update | 2020-02-19 |
| Veröffentlichungsdatum | 2020-02-17 |
| Bewertung | 4.55/5 Insgesamt 20 Bewertungen |
| Entwickler | https://cb.click |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://cryptotabstart.com/en/privacy |
| Unterstützte Sprachen | 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"
} | |