TPP-Memotes

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

Cos'è TPP-Memotes?

TPP-Memotes è un'estensione di Chrome sviluppata da Rycool102000, e la sua funzione principale è "A set of cool (in-joke) emoticons that you can use anywhere on Twitch.".

Scarica il file CRX dell'estensione TPP-Memotes

Scarica i file di estensione TPP-Memotes in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome TPP-Memotes TPP-Memotes
ID chagjmfjhbhihelppcenkcjobbnbaifn
URL Ufficiale https://chromewebstore.google.com/detail/tpp-memotes/chagjmfjhbhihelppcenkcjobbnbaifn
Descrizione A set of cool (in-joke) emoticons that you can use anywhere on Twitch.
Dimensione del File 24.27 KB
Conteggio Installazioni 58
Versione Corrente 6.9.1
Ultimo Aggiornamento 2016-05-22
Data di Pubblicazione 2016-05-22
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Rycool102000
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}