TPP-Memotes

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

Co je TPP-Memotes?

TPP-Memotes je rozšíření Chrome vyvinuté Rycool102000, a jeho hlavní funkcí je „A set of cool (in-joke) emoticons that you can use anywhere on Twitch.“.

Stáhnout soubor CRX rozšíření TPP-Memotes

Stáhněte si soubory rozšíření TPP-Memotes ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název TPP-Memotes TPP-Memotes
ID chagjmfjhbhihelppcenkcjobbnbaifn
Oficiální URL https://chromewebstore.google.com/detail/tpp-memotes/chagjmfjhbhihelppcenkcjobbnbaifn
Popis A set of cool (in-joke) emoticons that you can use anywhere on Twitch.
Velikost souboru 24.27 KB
Počet instalací 58
Aktuální Verze 6.9.1
Poslední Aktualizace 2016-05-22
Datum Vydání 2016-05-22
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář Rycool102000
Typ Platby free
Podporované Jazyky 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\/*"
    ]
}