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
官方網址 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
電子郵箱 [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
}