Twitch Tools
Move twitch chat to the left side
Twitch Tools là gì?
Twitch Tools là một tiện ích mở rộng Chrome được phát triển bởi https://nomercy.tv, và tính năng chính của nó là "Move twitch chat to the left side".
Ả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 Tools
Tải xuống các tệp mở rộng Twitch Tools 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
Do you have twitch open on your right monitor? Move the Twitch chat to the left of your screen with one click. More tools to come. Feature requests are welcome.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Twitch Tools |
ID | hoolijiaaedceodofbgpogpalnofodgh |
URL Chính Thức | https://chromewebstore.google.com/detail/twitch-tools/hoolijiaaedceodofbgpogpalnofodgh |
Mô tả | Move twitch chat to the left side |
Kích Thước Tệp | 12.65 KB |
Số Lần Cài Đặt | 17 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2022-04-12 |
Ngày Phát Hành | 2022-04-12 |
Đánh Giá | 1.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://nomercy.tv |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://gitlab.com/nomercy_entertainment/extensions/twitch-mod-tool |
URL Trang Trợ Giúp | https://gitlab.com/nomercy_entertainment/extensions/twitch-mod-tool/-/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.0.2", "action": { "default_icon": { "48": "icons\/twitch-48x48.png" }, "default_title": "Twitch Tools", "default_popup": "popup\/menu.html" }, "name": "Twitch Tools", "description": "Move twitch chat to the left side", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "content\/content.js" ] } ], "icons": { "48": "icons\/twitch-48x48.png", "128": "icons\/twitch-128x128.png" }, "web_accessible_resources": [ { "resources": [ "plugins\/*", "lib\/*", "popup\/*", "content\/*" ], "use_dynamic_url": true, "matches": [ "https:\/\/www.twitch.tv\/*" ] } ] } |