EngageAlot
The fastest way to answer Youtube comments. Powered by artifical intelligence.
什么是EngageAlot?
EngageAlot是由https://engagealot.com开发的Chrome扩展程序,该扩展的主要功能是“The fastest way to answer Youtube comments. Powered by artifical intelligence.”。
扩展截图
下载EngageAlot扩展crx文件
下载EngageAlot扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
EngageAlot allows Youtube creators to answer comments using only keyboard shortcuts. Heart, like, and respond to comments much faster without ever touching your mouse. Set up canned responses & emojis and quickly insert them with a single shortcut.
New: Automatically generated smart responses powered by world-class artificial intelligence.
Skyrocket your engagement and grow your channel faster! 扩展基本信息
| 名称 | |
| ID | elnjbdfjladkghpddnmejkdpgeglbedp |
| 官方URL | https://chromewebstore.google.com/detail/engagealot/elnjbdfjladkghpddnmejkdpgeglbedp |
| 简介 | The fastest way to answer Youtube comments. Powered by artifical intelligence. |
| 文件大小 | 167 KB |
| 安装次数 | 21 |
| 当前版本 | 2022.4.2 |
| 更新时间 | 2022-04-03 |
| 上架时间 | 2022-03-06 |
| 评分 | 5.00/5 共4次评分 |
| 开发者 | https://engagealot.com |
| 电子邮箱 | [email protected] |
| 付费类型 | in_app |
| 扩展官网 | https://engagealot.com |
| 帮助页面URL | https://engagealot.com/contact |
| 隐私政策页面URL | https://engagealot.com/privacy |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "EngageAlot",
"description": "The fastest way to answer Youtube comments. Powered by artifical intelligence.",
"version": "2022.4.2",
"manifest_version": 3,
"homepage_url": "https:\/\/engagealot.com\/",
"action": {
"default_popup": "index.html"
},
"icons": {
"16": "\/images\/engagealot_icon_16.png",
"32": "\/images\/engagealot_icon_32.png",
"48": "\/images\/engagealot_icon_48.png",
"128": "\/images\/engagealot_icon_128.png"
},
"background": {
"service_worker": ".\/static\/js\/background.js"
},
"permissions": [
"cookies",
"storage"
],
"host_permissions": [
"https:\/\/engagealot-server.com\/",
"https:\/\/engagealot.com\/"
],
"externally_connectable": {
"matches": [
"https:\/\/engagealot.com\/*"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/*.studio.youtube.com\/*"
],
"js": [
".\/static\/js\/content_script.js"
],
"css": [
"\/css\/youtube_comments.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"\/css\/youtube_comments.css",
"\/images\/*"
],
"matches": [
"https:\/\/*.studio.youtube.com\/*"
]
}
]
} | |