Goyral Youtube Bot
Goyral Youtube Comment Bot is a powerful extension for Youtube. It automatically comments your search video list.
什么是Goyral Youtube Bot?
Goyral Youtube Bot是由Goyral开发的Chrome扩展程序,该扩展的主要功能是“Goyral Youtube Comment Bot is a powerful extension for Youtube. It automatically comments your search video list.”。
扩展截图
下载Goyral Youtube Bot扩展crx文件
下载Goyral Youtube Bot扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Goyral Youtube Bot automatically comments your search video list 扩展基本信息
| 名称 | |
| ID | ghhlekmonbjbpaogookapbgdflaoboni |
| 官方URL | https://chrome.google.com/webstore/detail/goyral-youtube-bot/ghhlekmonbjbpaogookapbgdflaoboni |
| 简介 | Goyral Youtube Comment Bot is a powerful extension for Youtube. It automatically comments your search video list. |
| 文件大小 | 358 KB |
| 安装次数 | 1,000 |
| 当前版本 | 1.3 |
| 更新时间 | 2021-03-08 |
| 上架时间 | 2021-02-14 |
| 评分 | 2.07/5 共15次评分 |
| 开发者 | Goyral |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://www.goyral.com/privacy-policy.html |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"js\/jquery-3.2.1.min.js",
"js\/core.js",
"js\/utils.js",
"js\/background.js"
]
},
"browser_action": {
"default_popup": "pages\/popup.html",
"default_icon": {
"16": "images\/icon_16.png",
"32": "images\/icon_32.png",
"48": "images\/icon_48.png",
"128": "images\/icon_128.png"
},
"default_title": "Goyral Youtube Bot"
},
"content_scripts": [
{
"css": [
"css\/style.css"
],
"js": [
"js\/jquery-3.2.1.min.js",
"js\/core.js",
"js\/parser.js",
"js\/utils.js",
"js\/auto.js",
"js\/comment.js",
"js\/content.js"
],
"matches": [
"https:\/\/youtube.com\/*",
"https:\/\/www.youtube.com\/*"
],
"run_at": "document_end"
}
],
"description": "Goyral Youtube Comment Bot is a powerful extension for Youtube. It automatically comments your search video list.",
"manifest_version": 2,
"name": "Goyral Youtube Bot",
"permissions": [
"storage",
"https:\/\/fonts.googleapis.com\/",
"*:\/\/goyral.com\/*"
],
"version": "1.3",
"icons": {
"16": "images\/icon_16.png",
"32": "images\/icon_32.png",
"48": "images\/icon_48.png",
"128": "images\/icon_128.png"
}
} | |