Nox Influencer for YouTube

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

O que é Nox Influencer for YouTube?

Nox Influencer for YouTube é uma extensão do Chrome desenvolvida por NoxInfluencer, e sua principal característica é "NoxInfluencer is a totally free tool that allows you to track Youtube channel statistics. Through the NoxInfluencer platform, you…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Nox Influencer for YouTube

Baixe arquivos de extensão Nox Influencer for YouTube no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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]                    

Informações Básicas da Extensão

Nome Nox Influencer for YouTube Nox Influencer for YouTube
ID jlfjeiginakiemnmnldphodhelhnmgkh
URL Oficial https://chromewebstore.google.com/detail/nox-influencer-for-youtub/jlfjeiginakiemnmnldphodhelhnmgkh
Descrição NoxInfluencer is a totally free tool that allows you to track Youtube channel statistics. Through the NoxInfluencer platform, you…
Tamanho do Arquivo 312 KB
Contagem de Instalações 9,000
Versão Atual 1.3.2
Última Atualização 2023-06-05
Data de Publicação 2021-08-07
Classificação 3.67/5 Total de 6 Avaliações
Desenvolvedor NoxInfluencer
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.noxinfluencer.com
URL da Página de Ajuda https://www.noxinfluencer.com/help/
URL da Página de Política de Privacidade https://www.noxinfluencer.com/privacy
Idiomas Suportados 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'"
}