CB.click
Fast & simple URL shortener, that gives you an opportunity to earn on your links and content.
CB.clickคืออะไร?
CB.click เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cb.click และคุณลักษณะหลักของมันคือ "Fast & simple URL shortener, that gives you an opportunity to earn on your links and content."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CB.click
ดาวน์โหลดไฟล์ส่วนขยาย CB.click ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } |