TPP-Memotes

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

Что такое TPP-Memotes?

TPP-Memotes - это расширение Chrome, разработанное Rycool102000, и его основная функция - "A set of cool (in-joke) emoticons that you can use anywhere on Twitch.".

Скачать файл CRX расширения TPP-Memotes

Скачайте файлы расширений TPP-Memotes в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название TPP-Memotes TPP-Memotes
ID chagjmfjhbhihelppcenkcjobbnbaifn
Официальный URL https://chromewebstore.google.com/detail/tpp-memotes/chagjmfjhbhihelppcenkcjobbnbaifn
Описание A set of cool (in-joke) emoticons that you can use anywhere on Twitch.
Размер файла 24.27 KB
Количество установок 58
Текущая Версия 6.9.1
Последнее Обновление 2016-05-22
Дата публикации 2016-05-22
Рейтинг 5.00/5 Всего 4 оценок
Разработчик Rycool102000
Тип оплаты free
Поддерживаемые языки 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\/*"
    ]
}