TPP-Memotes

A set of cool (in-joke) emoticons that you can use anywhere on Twitch.

¿Qué es TPP-Memotes?

TPP-Memotes es una extensión de Chrome desarrollada por Rycool102000, y su función principal es "A set of cool (in-joke) emoticons that you can use anywhere on Twitch.".

Descargar Archivo CRX de la Extensión TPP-Memotes

Descarga archivos de extensión TPP-Memotes en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Credit to aHiddenWaffle7 for helping me with the actual coding
CURRENTLY UNSUPPORTED WITH CHATOT DUNGEON EMOTES
NEEDS FFZ TO WORK!!!!!!                    

Información Básica de la Extensión

Nombre TPP-Memotes TPP-Memotes
ID chagjmfjhbhihelppcenkcjobbnbaifn
URL Oficial https://chromewebstore.google.com/detail/tpp-memotes/chagjmfjhbhihelppcenkcjobbnbaifn
Descripción A set of cool (in-joke) emoticons that you can use anywhere on Twitch.
Tamaño del Archivo 24.27 KB
Cantidad de Instalaciones 58
Versión Actual 6.9.1
Última Actualización 2016-05-22
Fecha de Publicación 2016-05-22
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador Rycool102000
Tipo de Pago free
Idiomas Soportados 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\/*"
    ]
}