Apptr YouTube Comments Analyzer
Easily Analyze Youtube Comments. Discover new content ideas, create videos subscribers want and transform comments into more revenue
Apptr YouTube Comments Analyzerとは何ですか?
Apptr YouTube Comments Analyzerはhttps://apptr.coによって開発されたChromeの拡張機能で、その主な機能は「Easily Analyze Youtube Comments. Discover new content ideas, create videos subscribers want and transform comments into more revenue」です。
拡張機能のスクリーンショット
Apptr YouTube Comments Analyzer拡張機能のCRXファイルをダウンロード
Apptr YouTube Comments Analyzer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Apptr is a powerful but super simple chrome extension that makes it easy to interpret viewer comments to better understand and connect with your audience. Easily Analyze Comments to Amplify YouTube Growth: - Discover new content ideas in minutes - Understand the emotion of your audience - Analyze viewer comments by time of video - Turn viewer comments into more revenues Get Started - https://apptr.co/help/getting-started Have any questions? Or need help? Head to https://apptr.co or contact us at [email protected]
拡張機能の基本情報
名前 | Apptr YouTube Comments Analyzer |
ID | cgjlhdlijflkljahhhgkhmbombcfncjm |
公式URL | https://chromewebstore.google.com/detail/apptr-youtube-comments-an/cgjlhdlijflkljahhhgkhmbombcfncjm |
説明 | Easily Analyze Youtube Comments. Discover new content ideas, create videos subscribers want and transform comments into more revenue |
ファイルサイズ | 1.91 MB |
インストール数 | 104 |
現在のバージョン | 0.0.1.14 |
最終更新日 | 2023-06-09 |
公開日 | 2023-03-22 |
評価 | 4.50/5 合計 10 レビュー |
開発者 | https://apptr.co |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://apptr.co |
プライバシーポリシーページのURL | https://apptr.co/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Apptr YouTube Comments Analyzer", "description": "Easily Analyze Youtube Comments. Discover new content ideas, create videos subscribers want and transform comments into more revenue", "version": "0.0.1.14", "manifest_version": 3, "background": { "service_worker": ".\/lib\/background.js", "type": "module" }, "action": { "default_title": "Apptr", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "all_frames": true, "css": [], "js": [ ".\/lib\/main.js" ] } ], "icons": { "16": "logos\/16x16.png", "32": "logos\/32x32.png", "48": "logos\/48x48.png", "128": "logos\/128x128.png" }, "host_permissions": [ "https:\/\/api.staging.apptr.co\/" ], "web_accessible_resources": [ { "resources": [ "images\/error.png", "images\/robot.png", "images\/coming-soon.png", "images\/start-analyze.png", "images\/search-placeholder.png", "images\/empty-placeholder-0.png" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ], "permissions": [ "storage" ] } |