CB Cam Insights

Detailed cam insights for Chaturbate performers

Cos'è CB Cam Insights?

CB Cam Insights è un'estensione di Chrome sviluppata da http://cbcaminsights.com, e la sua funzione principale è "Detailed cam insights for Chaturbate performers".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione CB Cam Insights

Scarica i file di estensione CB Cam Insights in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome CB Cam Insights CB Cam Insights
ID ledknlnpebbknihinghblcdkfekdemnf
URL Ufficiale https://chrome.google.com/webstore/detail/cb-cam-insights/ledknlnpebbknihinghblcdkfekdemnf
Descrizione Detailed cam insights for Chaturbate performers
Dimensione del File 1.31 MB
Conteggio Installazioni 429
Versione Corrente 1.3.3
Ultimo Aggiornamento 2023-02-26
Data di Pubblicazione 2022-09-07
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore http://cbcaminsights.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://cbcaminsights.com/
URL della Pagina di Aiuto https://cbcaminsights.com/
URL della Pagina della Politica sulla Privacy https://cbcaminsights.com/privacy
Lingue Supportate 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
}