Gumbo: Twitch Companion
Swollen companion keeping you updated on your Twitch experience
Gumbo: Twitch Companion란 무엇입니까?
Gumbo: Twitch Companion은(는) https://seldszar.fr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Swollen companion keeping you updated on your Twitch experience"입니다.
확장 프로그램 스크린샷
Gumbo: Twitch Companion 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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!
확장 프로그램 기본 정보
이름 | Gumbo: Twitch Companion |
ID | aalmjfpohaedoddkobnibokclgeefamn |
공식 URL | https://chromewebstore.google.com/detail/gumbo-twitch-companion/aalmjfpohaedoddkobnibokclgeefamn |
설명 | Swollen companion keeping you updated on your Twitch experience |
파일 크기 | 579 KB |
설치 횟수 | 20,000 |
현재 버전 | 1.18.6 |
최근 업데이트 | 2023-11-11 |
출시 날짜 | 2022-02-23 |
평점 | 4.70/5 총 197 개의 평점 |
개발자 | https://seldszar.fr |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/seldszar/gumbo |
도움말 페이지 URL | https://github.com/seldszar/gumbo/issues |
지원되는 언어 | 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 } } |