CB Cam Insights

Detailed cam insights for Chaturbate performers

Was ist CB Cam Insights?

CB Cam Insights ist eine Chrome-Erweiterung, die von http://cbcaminsights.com entwickelt wurde, und ihr Hauptmerkmal ist "Detailed cam insights for Chaturbate performers".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

CB Cam Insights-Erweiterungs-CRX-Datei herunterladen

Laden Sie CB Cam Insights-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

                        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!                    

Grundlegende Informationen zur Erweiterung

Name CB Cam Insights CB Cam Insights
ID ledknlnpebbknihinghblcdkfekdemnf
Offizielle URL https://chrome.google.com/webstore/detail/cb-cam-insights/ledknlnpebbknihinghblcdkfekdemnf
Beschreibung Detailed cam insights for Chaturbate performers
Dateigröße 1.31 MB
Installationsanzahl 429
Aktuelle Version 1.3.3
Letztes Update 2023-02-26
Veröffentlichungsdatum 2022-09-07
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler http://cbcaminsights.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://cbcaminsights.com/
Hilfeseite URL https://cbcaminsights.com/
URL der Datenschutzrichtlinien-Seite https://cbcaminsights.com/privacy
Unterstützte Sprachen 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
}