Nox Influencer for YouTube
NoxInfluencer is a totally free tool that allows you to track Youtube channel statistics. Through the NoxInfluencer platform, you…
Cos'è Nox Influencer for YouTube?
Nox Influencer for YouTube è un'estensione di Chrome sviluppata da NoxInfluencer, e la sua funzione principale è "NoxInfluencer is a totally free tool that allows you to track Youtube channel statistics. Through the NoxInfluencer platform, you…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Nox Influencer for YouTube
Scarica i file di estensione Nox Influencer for YouTube in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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]
Informazioni di Base sull'Estensione
Nome | Nox Influencer for YouTube |
ID | jlfjeiginakiemnmnldphodhelhnmgkh |
URL Ufficiale | https://chromewebstore.google.com/detail/nox-influencer-for-youtub/jlfjeiginakiemnmnldphodhelhnmgkh |
Descrizione | NoxInfluencer is a totally free tool that allows you to track Youtube channel statistics. Through the NoxInfluencer platform, you… |
Dimensione del File | 312 KB |
Conteggio Installazioni | 9,000 |
Versione Corrente | 1.3.2 |
Ultimo Aggiornamento | 2023-06-05 |
Data di Pubblicazione | 2021-08-07 |
Valutazione | 3.67/5 Totale 6 Valutazioni |
Sviluppatore | NoxInfluencer |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.noxinfluencer.com |
URL della Pagina di Aiuto | https://www.noxinfluencer.com/help/ |
URL della Pagina della Politica sulla Privacy | https://www.noxinfluencer.com/privacy |
Lingue Supportate | 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'" } |