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…"입니다.
확장 프로그램 스크린샷
Nox Influencer for YouTube 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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'" } |