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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "NoxInfluencer is a totally free tool that allows you to track Youtube channel statistics. Through the NoxInfluencer platform, you…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Nox Influencer for YouTube एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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 |
ईमेल | [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'" } |