CB Cam Insights
Detailed cam insights for Chaturbate performers
Wat is CB Cam Insights?
CB Cam Insights is een Chrome-extensie ontwikkeld door http://cbcaminsights.com, en de belangrijkste functie is "Detailed cam insights for Chaturbate performers".
Extensie Screenshots
Download het CRX-bestand van de extensie CB Cam Insights
Download CB Cam Insights-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | ledknlnpebbknihinghblcdkfekdemnf |
Officiële URL | https://chrome.google.com/webstore/detail/cb-cam-insights/ledknlnpebbknihinghblcdkfekdemnf |
Beschrijving | Detailed cam insights for Chaturbate performers |
Bestandsgrootte | 1.31 MB |
Aantal Installaties | 429 |
Huidige Versie | 1.3.3 |
Laatst Bijgewerkt | 2023-02-26 |
Publicatiedatum | 2022-09-07 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | http://cbcaminsights.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://cbcaminsights.com/ |
Help Pagina-URL | https://cbcaminsights.com/ |
URL van de Privacybeleid Pagina | https://cbcaminsights.com/privacy |
Ondersteunde Talen | 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 } |