Nox Influencer for YouTube
NoxInfluencer is a totally free tool that allows you to track Youtube channel statistics. Through the NoxInfluencer platform, you…
Co je Nox Influencer for YouTube?
Nox Influencer for YouTube je rozšíření Chrome vyvinuté NoxInfluencer, a jeho hlavní funkcí je „NoxInfluencer is a totally free tool that allows you to track Youtube channel statistics. Through the NoxInfluencer platform, you…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Nox Influencer for YouTube
Stáhněte si soubory rozšíření Nox Influencer for YouTube ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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]
Základní Informace o Rozšíření
Název | Nox Influencer for YouTube |
ID | jlfjeiginakiemnmnldphodhelhnmgkh |
Oficiální URL | https://chromewebstore.google.com/detail/nox-influencer-for-youtub/jlfjeiginakiemnmnldphodhelhnmgkh |
Popis | NoxInfluencer is a totally free tool that allows you to track Youtube channel statistics. Through the NoxInfluencer platform, you… |
Velikost souboru | 312 KB |
Počet instalací | 9,000 |
Aktuální Verze | 1.3.2 |
Poslední Aktualizace | 2023-06-05 |
Datum Vydání | 2021-08-07 |
Hodnocení | 3.67/5 Celkem 6 Hodnocení |
Vývojář | NoxInfluencer |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.noxinfluencer.com |
URL Stránky Nápovědy | https://www.noxinfluencer.com/help/ |
URL Stránky Zásad Ochrany Soukromí | https://www.noxinfluencer.com/privacy |
Podporované Jazyky | 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'" } |