TPP-Memotes
A set of cool (in-joke) emoticons that you can use anywhere on Twitch.
Qu'est-ce que TPP-Memotes ?
TPP-Memotes est une extension Chrome développée par Rycool102000, et sa fonction principale est "A set of cool (in-joke) emoticons that you can use anywhere on Twitch.".
Télécharger le fichier CRX de l'extension TPP-Memotes
Téléchargez les fichiers d'extension TPP-Memotes au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Credit to aHiddenWaffle7 for helping me with the actual coding CURRENTLY UNSUPPORTED WITH CHATOT DUNGEON EMOTES NEEDS FFZ TO WORK!!!!!!
Informations de Base sur l'Extension
Nom | TPP-Memotes |
ID | chagjmfjhbhihelppcenkcjobbnbaifn |
URL Officiel | https://chromewebstore.google.com/detail/tpp-memotes/chagjmfjhbhihelppcenkcjobbnbaifn |
Description | A set of cool (in-joke) emoticons that you can use anywhere on Twitch. |
Taille du Fichier | 24.27 KB |
Nombre d'Installations | 58 |
Version Actuelle | 6.9.1 |
Dernière Mise à Jour | 2016-05-22 |
Date de Publication | 2016-05-22 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | Rycool102000 |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } |