Koci's Twitch Chat Shortcuts

Make shortcuts in your twitch chat to make your chatting/emoting easier.

Что такое Koci's Twitch Chat Shortcuts?

Koci's Twitch Chat Shortcuts - это расширение Chrome, разработанное Koci, и его основная функция - "Make shortcuts in your twitch chat to make your chatting/emoting easier.".

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

screenshot
screenshot

Скачать файл CRX расширения Koci's Twitch Chat Shortcuts

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

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

                        Make shortcuts in your twitch chat to make your chatting/emoting easier.
Ever wanted to write H instead of HYPEROMEGALUL? Now is the right time to be alive 4House                    

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

Название Koci's Twitch Chat Shortcuts Koci's Twitch Chat Shortcuts
ID njfogjbfnbiahacbffofhfgoihmalkod
Официальный URL https://chromewebstore.google.com/detail/kocis-twitch-chat-shortcu/njfogjbfnbiahacbffofhfgoihmalkod
Описание Make shortcuts in your twitch chat to make your chatting/emoting easier.
Размер файла 223 KB
Количество установок 15
Текущая Версия 1.1.0
Последнее Обновление 2018-08-20
Дата публикации 2018-08-20
Рейтинг 4.50/5 Всего 6 оценок
Разработчик Koci
Тип оплаты in_app
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Koci's Twitch Chat Shortcuts",
    "version": "1.1.0",
    "description": "Make shortcuts in your twitch chat to make your chatting\/emoting easier.",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "storage",
        "identity",
        "identity.email"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "page.js"
            ]
        }
    ]
}