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はNoxInfluencerによって開発されたChromeの拡張機能で、その主な機能は「NoxInfluencer is a totally free tool that allows you to track Youtube channel statistics. Through the NoxInfluencer platform, you…」です。

拡張機能のスクリーンショット

screenshot

Nox Influencer for YouTube拡張機能のCRXファイルをダウンロード

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
Eメール [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'"
}