Goyral Youtube Bot
Goyral Youtube Comment Bot is a powerful extension for Youtube. It automatically comments your search video list.
Goyral Youtube Bot là gì?
Goyral Youtube Bot là một tiện ích mở rộng Chrome được phát triển bởi Goyral, và tính năng chính của nó là "Goyral Youtube Comment Bot is a powerful extension for Youtube. It automatically comments your search video list.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Goyral Youtube Bot
Tải xuống các tệp mở rộng Goyral Youtube Bot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Goyral YT Comment Bot is a powerful extension for U Tube. It automatically comments your search video list.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Goyral Youtube Bot |
ID | lpmelddmkgimoaokdngaicmkagcpleep |
URL Chính Thức | https://chromewebstore.google.com/detail/goyral-youtube-bot/lpmelddmkgimoaokdngaicmkagcpleep |
Mô tả | Goyral Youtube Comment Bot is a powerful extension for Youtube. It automatically comments your search video list. |
Kích Thước Tệp | 6.62 MB |
Số Lần Cài Đặt | 454 |
Phiên Bản Hiện Tại | 1.5 |
Cập Nhật Lần Cuối | 2023-09-29 |
Ngày Phát Hành | 2022-09-24 |
Đánh Giá | 1.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Goyral |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.goyral.com/privacy-policy.html |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |