CB Cam Insights
Detailed cam insights for Chaturbate performers
CB Cam Insightsคืออะไร?
CB Cam Insights เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://cbcaminsights.com และคุณลักษณะหลักของมันคือ "Detailed cam insights for Chaturbate performers"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CB Cam Insights
ดาวน์โหลดไฟล์ส่วนขยาย CB Cam Insights ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Provides the data and insights that help performers optimize their time and earnings. Automatically track your Chaturbate room events (e.g. tips, popular hashtags and purchases), augment the displayed chat data with insights about your tippers and optionally upload to CB Cam Insights for analysis and a personalized dashboard. Reach your full potential and optimize your time and earnings - no more guesswork!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ledknlnpebbknihinghblcdkfekdemnf |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/cb-cam-insights/ledknlnpebbknihinghblcdkfekdemnf |
คำอธิบาย | Detailed cam insights for Chaturbate performers |
ขนาดไฟล์ | 1.31 MB |
จำนวนการติดตั้ง | 429 |
เวอร์ชันปัจจุบัน | 1.3.3 |
อัปเดตครั้งล่าสุด | 2023-02-26 |
วันที่เผยแพร่ | 2022-09-07 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | http://cbcaminsights.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://cbcaminsights.com/ |
URL หน้าช่วยเหลือ | https://cbcaminsights.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://cbcaminsights.com/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CB Cam Insights", "version": "1.3.3", "description": "Detailed cam insights for Chaturbate performers", "permissions": [ "storage" ], "host_permissions": [ "https:\/\/*.chaturbate.com\/*" ], "optional_host_permissions": [ "https:\/\/api.cbcaminsights.com\/*" ], "action": { "default_title": "CB Cam Insights", "default_icon": { "16": "images\/cb_caminsights16.png", "32": "images\/cb_caminsights32.png", "48": "images\/cb_caminsights48.png", "128": "images\/cb_caminsights128.png", "256": "images\/cb_caminsights256.png" } }, "icons": { "16": "images\/cb_caminsights16.png", "32": "images\/cb_caminsights32.png", "48": "images\/cb_caminsights48.png", "128": "images\/cb_caminsights128.png", "256": "images\/cb_caminsights256.png" }, "web_accessible_resources": [ { "resources": [ "script.js", "cbcaminsights-extension\/build\/index.html" ], "matches": [ "https:\/\/*.chaturbate.com\/*" ] } ], "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/*.chaturbate.com\/*" ], "js": [ "contentScript.js" ] } ], "manifest_version": 3 } |