Gumbo: Twitch Companion
Swollen companion keeping you updated on your Twitch experience
Gumbo: Twitch Companion là gì?
Gumbo: Twitch Companion là một tiện ích mở rộng Chrome được phát triển bởi https://seldszar.fr, và tính năng chính của nó là "Swollen companion keeping you updated on your Twitch experience".
Ả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 Gumbo: Twitch Companion
Tải xuống các tệp mở rộng Gumbo: Twitch Companion 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
Gumbo is a spiritual successor to Twitch Now, allowing you to access your Twitch experience outside the main ecosystem. From its user interface, you can check your followed channels and track live streams, as well as discover the popular streams and categories of the moment, all with the ability to customize your experience through a multitude of preferences at your disposal. This extension also informs you when a channel goes online or changes category, with the possibility to choose the notifications you want. --- Useful links: - Source code: https://github.com/seldszar/gumbo - Bugs & suggestions : https://github.com/seldszar/gumbo/issues - Release notes: https://github.com/seldszar/gumbo/releases - Translate: https://hosted.weblate.org/projects/gumbo --- Gumbo is a free extension that does not collect or sell personal user data. Donations, although optional but greatly appreciated, help support my work and encourage me to offer the best quality products possible. - PayPal : https://go.seldszar.fr/paypal - Coinbase : https://go.seldszar.fr/coinbase Thank you for your support!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Gumbo: Twitch Companion |
ID | aalmjfpohaedoddkobnibokclgeefamn |
URL Chính Thức | https://chromewebstore.google.com/detail/gumbo-twitch-companion/aalmjfpohaedoddkobnibokclgeefamn |
Mô tả | Swollen companion keeping you updated on your Twitch experience |
Kích Thước Tệp | 579 KB |
Số Lần Cài Đặt | 20,000 |
Phiên Bản Hiện Tại | 1.18.6 |
Cập Nhật Lần Cuối | 2023-11-11 |
Ngày Phát Hành | 2022-02-23 |
Đánh Giá | 4.70/5 Tổng số 197 Đánh Giá |
Nhà Phát Triển | https://seldszar.fr |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/seldszar/gumbo |
URL Trang Trợ Giúp | https://github.com/seldszar/gumbo/issues |
Ngôn Ngữ Được Hỗ Trợ | de,en,fr,no,tr,es,pl,pt-BR,ru,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "default_locale": "en", "version": "1.18.6", "permissions": [ "alarms", "background", "notifications", "storage", "unlimitedStorage" ], "host_permissions": [ "https:\/\/gumbo.seldszar.fr\/*" ], "background": { "service_worker": "background.js" }, "icons": { "48": "icon-48.png", "96": "icon-96.png" }, "action": { "default_title": "__MSG_extensionName__", "default_popup": "popup.html", "default_icon": { "16": "icon-16.png", "32": "icon-32.png" } }, "commands": { "_execute_action": [] }, "options_ui": { "page": "settings.html", "open_in_tab": true } } |