Twitch Clip Downloader

Simple Twitch Clip Downloader! Just click on the "Download Twitch Clip" button to save Twitch clips locally. 1. Click on the game…

What is Twitch Clip Downloader?

Twitch Clip Downloader is a Chrome extension developed by Christian Chaidez, and its main feature is "Simple Twitch Clip Downloader! Just click on the "Download Twitch Clip" button to save Twitch clips locally. 1. Click on the game…".

Extension Screenshots

screenshot
screenshot
screenshot

Download Twitch Clip Downloader Extension CRX File

Download Twitch Clip Downloader 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

                        Simple Twitch Clip Downloader! Just click on the "Download Twitch Clip" button to save Twitch clips locally.

1. Click on the game you wish you find clips for.
2. Change the showings from "Live Showings" to "Clips"
3. Click on the Clip to navigate to its official clip page.
4. Click the Download Twitch Clip button. This will extract the download URL from the clip's backend


This extension ONLY works with clips. Many other extensions can download video but Twitch clip extensions are not supported with many Video Downloaders.                    

Extension Basic Information

Name Twitch Clip Downloader Twitch Clip Downloader
ID dalngfnebcildjfhpfjkolbcpdlccakl
Official URL https://chrome.google.com/webstore/detail/twitch-clip-downloader/dalngfnebcildjfhpfjkolbcpdlccakl
Description Simple Twitch Clip Downloader! Just click on the "Download Twitch Clip" button to save Twitch clips locally. 1. Click on the game…
File Size 149 KB
Installation Count 589
Current Version 1.0
Last Updated 2019-10-09
Publish Date 2019-10-09
Rating 5.00/5 Total 2 Ratings
Developer Christian Chaidez
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Clip Downloader",
    "version": "1.0",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png",
        "default_title": "Twitch Clip Downloader"
    },
    "permissions": [
        "tabs"
    ]
}