Twitch Images

Twitch Images

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

Merlin
Additional files are visible only to premium users

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"
  }
}