CB Cam Insights

Detailed cam insights for Chaturbate performers

CB Cam Insights là gì?

CB Cam Insights là một tiện ích mở rộng Chrome được phát triển bởi http://cbcaminsights.com, và tính năng chính của nó là "Detailed cam insights for Chaturbate performers".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CB Cam Insights

Tải xuống các tệp mở rộng CB Cam Insights dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CB Cam Insights CB Cam Insights
ID ledknlnpebbknihinghblcdkfekdemnf
URL Chính Thức https://chrome.google.com/webstore/detail/cb-cam-insights/ledknlnpebbknihinghblcdkfekdemnf
Mô tả Detailed cam insights for Chaturbate performers
Kích Thước Tệp 1.31 MB
Số Lần Cài Đặt 429
Phiên Bản Hiện Tại 1.3.3
Cập Nhật Lần Cuối 2023-02-26
Ngày Phát Hành 2022-09-07
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển http://cbcaminsights.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://cbcaminsights.com/
URL Trang Trợ Giúp https://cbcaminsights.com/
URL Trang Chính Sách Bảo Mật https://cbcaminsights.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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
}