CB Cam Insights

Detailed cam insights for Chaturbate performers

Co je CB Cam Insights?

CB Cam Insights je rozšíření Chrome vyvinuté http://cbcaminsights.com, a jeho hlavní funkcí je „Detailed cam insights for Chaturbate performers“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření CB Cam Insights

Stáhněte si soubory rozšíření CB Cam Insights ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název CB Cam Insights CB Cam Insights
ID ledknlnpebbknihinghblcdkfekdemnf
Oficiální URL https://chrome.google.com/webstore/detail/cb-cam-insights/ledknlnpebbknihinghblcdkfekdemnf
Popis Detailed cam insights for Chaturbate performers
Velikost souboru 1.31 MB
Počet instalací 429
Aktuální Verze 1.3.3
Poslední Aktualizace 2023-02-26
Datum Vydání 2022-09-07
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář http://cbcaminsights.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://cbcaminsights.com/
URL Stránky Nápovědy https://cbcaminsights.com/
URL Stránky Zásad Ochrany Soukromí https://cbcaminsights.com/privacy
Podporované Jazyky 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
}