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
官方網址 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'"
}