Memotes

Add meme emotes everywhere

Что такое Memotes?

Memotes - это расширение Chrome, разработанное FreshTe.ch, и его основная функция - "Add meme emotes everywhere".

Снимки экрана расширения

screenshot

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

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

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

                        Designed to bring twitch, BetterTTV, FFZ and other emotes to the web whenever you browse.

Other Extensions always miss good emotes like ":gun:" or "OMEGALUL" or "PogU".

Created my free logo at LogoMakr.com                    

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

Название Memotes Memotes
ID omkhcojfbdmammghnnhhnbfcedllekbf
Официальный URL https://chromewebstore.google.com/detail/memotes/omkhcojfbdmammghnnhhnbfcedllekbf
Описание Add meme emotes everywhere
Размер файла 109 KB
Количество установок 1,508
Текущая Версия 1.1
Последнее Обновление 2019-06-07
Дата публикации 2019-06-02
Рейтинг 3.00/5 Всего 2 оценок
Разработчик FreshTe.ch
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Memotes",
    "version": "1.1",
    "description": "Add meme emotes everywhere",
    "permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "jquery-3.4.1.min.js",
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "replace.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "img\/memotes_icon128.png"
    },
    "manifest_version": 2
}