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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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
}