Twitch Clip Downloader

Twitch Clip Downloader

Download any appealing Twitch clip in 1 click from twitch.tv using the Twitch Clip Downloader for free.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "html/background.html"
  },
  "browser_action": {
    "default_icon": "images/48x48.png",
    "default_title": "SaveTheVideo.net"
  },
  "content_scripts": [
    {
      "js": [
        "js/contentscript.js"
      ],
      "matches": [
        "https://twitch.tv/*",
        "http://twitch.tv/*",
        "http://www.twitch.tv/*",
        "https://www.twitch.tv/*"
      ],
      "run_at": "document_start"
    }
  ],
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "16": "images/16x16.png",
    "48": "images/48x48.png",
    "128": "images/128x128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_name__",
  "offline_enabled": true,
  "permissions": [
    "tabs"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.4"
}