TPP-Memotes

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

Wat is TPP-Memotes?

TPP-Memotes is een Chrome-extensie ontwikkeld door Rycool102000, en de belangrijkste functie is "A set of cool (in-joke) emoticons that you can use anywhere on Twitch.".

Download het CRX-bestand van de extensie TPP-Memotes

Download TPP-Memotes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam TPP-Memotes TPP-Memotes
ID chagjmfjhbhihelppcenkcjobbnbaifn
Officiële URL https://chromewebstore.google.com/detail/tpp-memotes/chagjmfjhbhihelppcenkcjobbnbaifn
Beschrijving A set of cool (in-joke) emoticons that you can use anywhere on Twitch.
Bestandsgrootte 24.27 KB
Aantal Installaties 58
Huidige Versie 6.9.1
Laatst Bijgewerkt 2016-05-22
Publicatiedatum 2016-05-22
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Rycool102000
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}