Nox Influencer for YouTube

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

Qu'est-ce que Nox Influencer for YouTube ?

Nox Influencer for YouTube est une extension Chrome développée par NoxInfluencer, et sa fonction principale est "NoxInfluencer is a totally free tool that allows you to track Youtube channel statistics. Through the NoxInfluencer platform, you…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Nox Influencer for YouTube

Téléchargez les fichiers d'extension Nox Influencer for YouTube au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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]                    

Informations de Base sur l'Extension

Nom Nox Influencer for YouTube Nox Influencer for YouTube
ID jlfjeiginakiemnmnldphodhelhnmgkh
URL Officiel https://chromewebstore.google.com/detail/nox-influencer-for-youtub/jlfjeiginakiemnmnldphodhelhnmgkh
Description NoxInfluencer is a totally free tool that allows you to track Youtube channel statistics. Through the NoxInfluencer platform, you…
Taille du Fichier 312 KB
Nombre d'Installations 9,000
Version Actuelle 1.3.2
Dernière Mise à Jour 2023-06-05
Date de Publication 2021-08-07
Évaluation 3.67/5 Total 6 Évaluations
Développeur NoxInfluencer
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.noxinfluencer.com
URL de la Page d'Aide https://www.noxinfluencer.com/help/
URL de la Page de Politique de Confidentialité https://www.noxinfluencer.com/privacy
Langues Prises en Charge 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'"
}