TPP-Memotes
A set of cool (in-joke) emoticons that you can use anywhere on Twitch.
Vad är TPP-Memotes?
TPP-Memotes är en Chrome-tillägg utvecklad av Rycool102000, och dess huvudfunktion är "A set of cool (in-joke) emoticons that you can use anywhere on Twitch.".
Ladda ner TPP-Memotes-förlängningens CRX-fil
Ladda ner TPP-Memotes-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Credit to aHiddenWaffle7 for helping me with the actual coding CURRENTLY UNSUPPORTED WITH CHATOT DUNGEON EMOTES NEEDS FFZ TO WORK!!!!!!
Grundläggande Information om Tillägg
Namn | TPP-Memotes |
ID | chagjmfjhbhihelppcenkcjobbnbaifn |
Officiell webbadress | https://chromewebstore.google.com/detail/tpp-memotes/chagjmfjhbhihelppcenkcjobbnbaifn |
Beskrivning | A set of cool (in-joke) emoticons that you can use anywhere on Twitch. |
Filstorlek | 24.27 KB |
Antal Installationer | 58 |
Aktuell Version | 6.9.1 |
Senast Uppdaterad | 2016-05-22 |
Publiceringsdatum | 2016-05-22 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | Rycool102000 |
Betalningssätt | free |
Stödda Språk | 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\/*" ] } |