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] 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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"
]
} | |