Twitch - Bonus Collector
Automatic collection of bonuses for Twitch chat. You don't have to worry about getting bonuses. The extension will do it for you.
Twitch - Bonus Collector là gì?
Twitch - Bonus Collector là một tiện ích mở rộng Chrome được phát triển bởi Alexander Gerasimov, và tính năng chính của nó là "Automatic collection of bonuses for Twitch chat. You don't have to worry about getting bonuses. The extension will do it for you.".
Ả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 Twitch - Bonus Collector
Tải xuống các tệp mở rộng Twitch - Bonus Collector 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
Simple use! Nothing extra!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | dlohmjidoachadcbejnkpaikmgphoilo |
URL Chính Thức | https://chrome.google.com/webstore/detail/twitch-bonus-collector/dlohmjidoachadcbejnkpaikmgphoilo |
Mô tả | Automatic collection of bonuses for Twitch chat. You don't have to worry about getting bonuses. The extension will do it for you. |
Kích Thước Tệp | 70.15 KB |
Số Lần Cài Đặt | 322 |
Phiên Bản Hiện Tại | 1.0.5 |
Cập Nhật Lần Cuối | 2021-05-19 |
Ngày Phát Hành | 2020-04-16 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Alexander Gerasimov |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "22.0", "name": "Twitch - Bonus Collector", "description": "Automatic collection of bonuses for Twitch chat. You don't have to worry about getting bonuses. The extension will do it for you.", "version": "1.0.5", "author": "Alexander Gerasimov", "icons": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "64": "img\/icon64.png" }, "browser_action": { "default_title": "Twitch - Bonus Collector", "default_popup": "popup.html", "default_icon": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "64": "img\/icon64.png" } }, "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "js\/vendor\/jquery\/jquery-3.2.1.slim.min.js", "js\/core.js", "js\/content.js" ], "css": [ "css\/content.css" ] } ], "background": { "scripts": [ "js\/vendor\/jquery\/jquery-3.2.1.slim.min.js", "js\/core.js", "js\/background.js" ] }, "permissions": [ "storage", "activeTab", "https:\/\/www.twitch.tv\/*" ] } |