TPP-Memotes
A set of cool (in-joke) emoticons that you can use anywhere on Twitch.
Hvad er TPP-Memotes?
TPP-Memotes er en Chrome-udvidelse udviklet af Rycool102000, og dens hovedfunktion er "A set of cool (in-joke) emoticons that you can use anywhere on Twitch.".
Download TPP-Memotes-udvidelses-CRX-fil
Download TPP-Memotes-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Credit to aHiddenWaffle7 for helping me with the actual coding CURRENTLY UNSUPPORTED WITH CHATOT DUNGEON EMOTES NEEDS FFZ TO WORK!!!!!!
Grundlæggende oplysninger om udvidelsen
Navn | TPP-Memotes |
ID | chagjmfjhbhihelppcenkcjobbnbaifn |
Officiel URL | https://chromewebstore.google.com/detail/tpp-memotes/chagjmfjhbhihelppcenkcjobbnbaifn |
Beskrivelse | A set of cool (in-joke) emoticons that you can use anywhere on Twitch. |
Filstørrelse | 24.27 KB |
Antal Installationer | 58 |
Nuværende Version | 6.9.1 |
Senest Opdateret | 2016-05-22 |
Udgivelsesdato | 2016-05-22 |
Bedømmelse | 5.00/5 Samlet 4 Bedømmelser |
Udvikler | Rycool102000 |
Betalingsmetode | free |
Understøttede Sprog | 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\/*" ] } |