Twitch-Chat-Bottom
When the sceen is small Twitch chat is anchored at the bottom of the page
Что такое Twitch-Chat-Bottom?
Twitch-Chat-Bottom - это расширение Chrome, разработанное Asim Shrestha, и его основная функция - "When the sceen is small Twitch chat is anchored at the bottom of the page".
Снимки экрана расширения
Скачать файл CRX расширения Twitch-Chat-Bottom
Скачайте файлы расширений Twitch-Chat-Bottom в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
                                             Основная информация о расширении
| Название |   |  
| ID | ojihlcinbfjmbiabagcjaniphobeenla | 
| Официальный URL | https://chromewebstore.google.com/detail/twitch-chat-bottom/ojihlcinbfjmbiabagcjaniphobeenla | 
| Описание | When the sceen is small Twitch chat is anchored at the bottom of the page | 
| Размер файла | 4.58 KB | 
| Количество установок | 14 | 
| Текущая Версия | 1.0.1 | 
| Последнее Обновление | 2018-04-05 | 
| Дата публикации | 2018-04-05 | 
| Рейтинг | 1.00/5 Всего 1 оценок | 
| Разработчик | Asim Shrestha | 
| Тип оплаты | free | 
| Поддерживаемые языки | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "When the sceen is small Twitch chat is anchored at the bottom of the page",
    "manifest_version": 2,
    "name": "Twitch-Chat-Bottom",
    "version": "1.0.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "browser_style": true,
        "default_title": "Twitch Chat Bottom"
    },
    "permissions": [
        "*:\/\/*.twitch.tv\/*",
        "activeTab",
        "tabs"
    ]
}  |  |