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
}