Nox Influencer for YouTube

NoxInfluencer is a totally free tool that allows you to track Youtube channel statistics. Through the NoxInfluencer platform, you…

Τι είναι το Nox Influencer for YouTube;

Το Nox Influencer for YouTube είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον NoxInfluencer, και η κύρια λειτουργία του είναι "NoxInfluencer is a totally free tool that allows you to track Youtube channel statistics. Through the NoxInfluencer platform, you…".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Nox Influencer for YouTube

Λήψη αρχείων επέκτασης Nox Influencer for YouTube σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        NoxInfluencer is a totally free tool that allows you to track Youtube channel statistics.

Through the NoxInfluencer platform, you can view and analyze the various elements such as channel values, subscriber growth trends, subscriber distribution countries, video viewing trends, country rand and world rand, channel tags and keywords. All these data will help make it easier for you to understand subscriber preferences so you could optimize video content channels and increase subscriber numbers easily.

Like us on Facebook: https://www.facebook.com/NoxInfluencer/
Like us on Twitter: https://twitter.com/NoxInfluencer/

Support:
Have any questions or feedback? Please get in touch with our support team at [email protected]                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Nox Influencer for YouTube Nox Influencer for YouTube
ID jlfjeiginakiemnmnldphodhelhnmgkh
Επίσημο URL https://chromewebstore.google.com/detail/nox-influencer-for-youtub/jlfjeiginakiemnmnldphodhelhnmgkh
Περιγραφή NoxInfluencer is a totally free tool that allows you to track Youtube channel statistics. Through the NoxInfluencer platform, you…
Μέγεθος Αρχείου 312 KB
Αριθμός Εγκαταστάσεων 9,000
Τρέχουσα Έκδοση 1.3.2
Τελευταία Ενημέρωση 2023-06-05
Ημερομηνία Δημοσίευσης 2021-08-07
Αξιολόγηση 3.67/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής NoxInfluencer
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.noxinfluencer.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.noxinfluencer.com/help/
URL της Σελίδας Πολιτικής Απορρήτου https://www.noxinfluencer.com/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nox Influencer for YouTube",
    "version": "1.3.2",
    "browser_action": {
        "default_icon": {
            "20": "noxinfluencer_16.png",
            "40": "noxinfluencer_48.png"
        },
        "default_title": "NoxInfluencer"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "dist\/js\/chunk-vendors.js",
                "dist\/js\/app.js"
            ],
            "css": [
                "dist\/css\/chunk-vendors.css",
                "dist\/css\/app.css"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "noxinfluencer_16.png",
        "48": "noxinfluencer_48.png",
        "128": "noxinfluencer_128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "*:\/\/*.youtube.com\/*",
        "https:\/\/www.google-analytics.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}