CB Cam Insights

Detailed cam insights for Chaturbate performers

CB Cam Insightsとは何ですか?

CB Cam Insightsはhttp://cbcaminsights.comによって開発されたChromeの拡張機能で、その主な機能は「Detailed cam insights for Chaturbate performers」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

CB Cam Insights拡張機能のCRXファイルをダウンロード

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!                    

拡張機能の基本情報

名前 CB Cam Insights CB Cam Insights
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
Eメール [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
}