TPP-Memotes
A set of cool (in-joke) emoticons that you can use anywhere on Twitch.
O que é TPP-Memotes?
TPP-Memotes é uma extensão do Chrome desenvolvida por Rycool102000, e sua principal característica é "A set of cool (in-joke) emoticons that you can use anywhere on Twitch.".
Baixar o arquivo CRX da Extensão TPP-Memotes
Baixe arquivos de extensão TPP-Memotes no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Credit to aHiddenWaffle7 for helping me with the actual coding CURRENTLY UNSUPPORTED WITH CHATOT DUNGEON EMOTES NEEDS FFZ TO WORK!!!!!!
Informações Básicas da Extensão
Nome | TPP-Memotes |
ID | chagjmfjhbhihelppcenkcjobbnbaifn |
URL Oficial | https://chromewebstore.google.com/detail/tpp-memotes/chagjmfjhbhihelppcenkcjobbnbaifn |
Descrição | A set of cool (in-joke) emoticons that you can use anywhere on Twitch. |
Tamanho do Arquivo | 24.27 KB |
Contagem de Instalações | 58 |
Versão Atual | 6.9.1 |
Última Atualização | 2016-05-22 |
Data de Publicação | 2016-05-22 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | Rycool102000 |
Tipo de Pagamento | free |
Idiomas Suportados | 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\/*" ] } |