Twitch Images

Расширение для картинок в чате Twitch TV. Преобразует ссылку на картинку в чате на сайте https://www.twitch.tv в саму картинку и…

What is Twitch Images?

Twitch Images is a Chrome extension developed by olunassylvanas, and its main feature is "Расширение для картинок в чате Twitch TV. Преобразует ссылку на картинку в чате на сайте https://www.twitch.tv в саму картинку и…".

Extension Screenshots

screenshot

Download Twitch Images Extension CRX File

Download Twitch Images extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Расширение для картинок в чате Twitch TV. Преобразует ссылку на картинку в чате на сайте https://www.twitch.tv в саму картинку и вставляет ее в код. Таким образом помогая пользователям общаться быстрее не переходя по ссылке для просмотра картинки                    

Extension Basic Information

Name Twitch Images Twitch Images
ID mjcfgfekbgaeibbhmnndkmnaeklcbghl
Official URL https://chromewebstore.google.com/detail/twitch-images/mjcfgfekbgaeibbhmnndkmnaeklcbghl
Description Расширение для картинок в чате Twitch TV. Преобразует ссылку на картинку в чате на сайте https://www.twitch.tv в саму картинку и…
File Size 9.91 KB
Installation Count 149
Current Version 0.0.1
Last Updated 2021-02-25
Publish Date 2021-02-24
Rating 4.50/5 Total 8 Ratings
Developer olunassylvanas
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Images",
    "version": "0.0.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}