CB Cam Insights

Detailed cam insights for Chaturbate performers

Что такое CB Cam Insights?

CB Cam Insights - это расширение Chrome, разработанное http://cbcaminsights.com, и его основная функция - "Detailed cam insights for Chaturbate performers".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения CB Cam Insights

Скачайте файлы расширений 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
Электронная почта [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
}