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 là gì?
Nox Influencer for YouTube là một tiện ích mở rộng Chrome được phát triển bởi NoxInfluencer, và tính năng chính của nó là "NoxInfluencer is a totally free tool that allows you to track Youtube channel statistics. Through the NoxInfluencer platform, you…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Nox Influencer for YouTube
Tải xuống các tệp mở rộng Nox Influencer for YouTube dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Nox Influencer for YouTube |
ID | jlfjeiginakiemnmnldphodhelhnmgkh |
URL Chính Thức | https://chromewebstore.google.com/detail/nox-influencer-for-youtub/jlfjeiginakiemnmnldphodhelhnmgkh |
Mô tả | NoxInfluencer is a totally free tool that allows you to track Youtube channel statistics. Through the NoxInfluencer platform, you… |
Kích Thước Tệp | 312 KB |
Số Lần Cài Đặt | 9,000 |
Phiên Bản Hiện Tại | 1.3.2 |
Cập Nhật Lần Cuối | 2023-06-05 |
Ngày Phát Hành | 2021-08-07 |
Đánh Giá | 3.67/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | NoxInfluencer |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.noxinfluencer.com |
URL Trang Trợ Giúp | https://www.noxinfluencer.com/help/ |
URL Trang Chính Sách Bảo Mật | https://www.noxinfluencer.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |