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 YT Comment Bot is a powerful extension for U Tube. It automatically comments your search video list. 扩展基本信息
| 名称 | |
| ID | lpmelddmkgimoaokdngaicmkagcpleep |
| 官方URL | https://chromewebstore.google.com/detail/goyral-youtube-bot/lpmelddmkgimoaokdngaicmkagcpleep |
| 简介 | Goyral Youtube Comment Bot is a powerful extension for Youtube. It automatically comments your search video list. |
| 文件大小 | 6.62 MB |
| 安装次数 | 454 |
| 当前版本 | 1.5 |
| 更新时间 | 2023-09-29 |
| 上架时间 | 2022-09-24 |
| 评分 | 1.00/5 共5次评分 |
| 开发者 | 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": {
"service_worker": "worker.js",
"type": "module"
},
"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"
},
"options_page": "pages\/option.html",
"content_scripts": [
{
"css": [
"css\/style.css"
],
"js": [
"js\/jquery-3.2.1.min.js",
"js\/config.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": 3,
"name": "Goyral Youtube Bot",
"permissions": [
"tabs",
"storage",
"notifications",
"downloads"
],
"host_permissions": [
"https:\/\/www.google.com\/*",
"https:\/\/goyral.com\/*"
],
"version": "1.5",
"icons": {
"16": "images\/icon_16.png",
"32": "images\/icon_32.png",
"48": "images\/icon_48.png",
"128": "images\/icon_128.png"
}
} | |