TPP-Memotes

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

Apa itu TPP-Memotes?

TPP-Memotes adalah ekstensi Chrome yang dikembangkan oleh Rycool102000, dan fitur utamanya adalah "A set of cool (in-joke) emoticons that you can use anywhere on Twitch.".

Unduh Berkas CRX Ekstensi TPP-Memotes

Unduh file ekstensi TPP-Memotes dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama TPP-Memotes TPP-Memotes
ID chagjmfjhbhihelppcenkcjobbnbaifn
URL Resmi https://chromewebstore.google.com/detail/tpp-memotes/chagjmfjhbhihelppcenkcjobbnbaifn
Deskripsi A set of cool (in-joke) emoticons that you can use anywhere on Twitch.
Ukuran File 24.27 KB
Jumlah Instalasi 58
Versi Saat Ini 6.9.1
Terakhir Diperbarui 2016-05-22
Tanggal Publikasi 2016-05-22
Penilaian 5.00/5 Total 4 Penilaian
Pengembang Rycool102000
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
    ]
}