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 |
官方網址 | 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" } } |