TPP-Memotes
A set of cool (in-joke) emoticons that you can use anywhere on Twitch.
Co to jest TPP-Memotes?
TPP-Memotes to rozszerzenie Chrome opracowane przez Rycool102000, a jego główną funkcją jest „A set of cool (in-joke) emoticons that you can use anywhere on Twitch.”.
Pobierz plik CRX rozszerzenia TPP-Memotes
Pobierz pliki rozszerzeń TPP-Memotes 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
Credit to aHiddenWaffle7 for helping me with the actual coding CURRENTLY UNSUPPORTED WITH CHATOT DUNGEON EMOTES NEEDS FFZ TO WORK!!!!!!
Podstawowe informacje o rozszerzeniu
Nazwa | TPP-Memotes |
ID | chagjmfjhbhihelppcenkcjobbnbaifn |
Oficjalny URL | https://chromewebstore.google.com/detail/tpp-memotes/chagjmfjhbhihelppcenkcjobbnbaifn |
Opis | A set of cool (in-joke) emoticons that you can use anywhere on Twitch. |
Rozmiar pliku | 24.27 KB |
Liczba instalacji | 58 |
Aktualna Wersja | 6.9.1 |
Ostatnia Aktualizacja | 2016-05-22 |
Data Publikacji | 2016-05-22 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | Rycool102000 |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TPP-Memotes", "short_name": "TPPM", "description": "A set of cool (in-joke) emoticons that you can use anywhere on Twitch.", "version": "6.9.1", "homepage_url": "https:\/\/www.twitch.tv\/twitchplayspokemon", "icons": { "16": "1.png", "48": "2.png", "128": "3.png" }, "content_scripts": [ { "all_frames": true, "js": [ "script.js" ], "matches": [ "*:\/\/*.twitch.tv\/*" ], "exclude_globs": [ "*:\/\/api.twitch.tv\/*" ] } ], "permissions": [ "*:\/\/*.twitch.tv\/*", "*:\/\/*.github.io\/*" ] } |