Superchampz BTTV Emotes
Insert emotes from BTTV into Superchampz stream chat without having to type them.
Co to jest Superchampz BTTV Emotes?
Superchampz BTTV Emotes to rozszerzenie Chrome opracowane przez publisher, a jego główną funkcją jest „Insert emotes from BTTV into Superchampz stream chat without having to type them.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Superchampz BTTV Emotes
Pobierz pliki rozszerzeń Superchampz BTTV Emotes w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
https://www.twitch.tv/superchampz What's new: 1.1.1: * emotes work on chat popout 1.1.2: * updated to work with bttv api v3
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | bmcgdiccipigigmmapobphbbempfkgdm |
Oficjalny URL | https://chrome.google.com/webstore/detail/superchampz-bttv-emotes/bmcgdiccipigigmmapobphbbempfkgdm |
Opis | Insert emotes from BTTV into Superchampz stream chat without having to type them. |
Rozmiar pliku | 117 KB |
Liczba instalacji | 480 |
Aktualna Wersja | 1.1.2 |
Ostatnia Aktualizacja | 2021-03-12 |
Data Publikacji | 2020-06-02 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | publisher |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Superchampz BTTV Emotes", "description": "Insert emotes from BTTV into Superchampz stream chat without having to type them.", "permissions": [ "clipboardWrite", "clipboardRead", "activeTab" ], "browser_action": { "default_title": "Superchampz BTTV Emotes", "default_popup": "popup.html" }, "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "38": "icons\/icon38.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "version": "1.1.2" } |