Twitch Clip Downloader

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

什麼是Twitch Clip Downloader?

Twitch Clip Downloader是由https://savethevideo.net開發的Chrome擴展程式,該擴展的主要功能是“Download any appealing Twitch clip in 1 click from twitch.tv using the Twitch Clip Downloader for free.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Twitch Clip Downloader擴展crx文件

下載Twitch Clip Downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Download any twitch clip from twitch.tv in full hd format using this twitch clip downloader chrome extension. Using this chrome extension you can view any twitch clip in full resolution after downloading it.
 
Steps on how to download the twitch clip is given below.

1. Pin the twitch clip downloader chrome extension.
2. Open the twitch clip you want to download.
3. Click on the extension Icon.
4. Choose the format in which you want to save the clip.

Features - 

1. One Click Clip Download
2. Fastest twitch downloading.
3. No Ads.
4. Unlimited downloads allowed.
5. Privacy Protected.                    

擴展基本資訊

名稱 Twitch Clip Downloader Twitch Clip Downloader
ID ifmejflahgcnbjoocdchmcfbgcpbpooa
官方網址 https://chromewebstore.google.com/detail/twitch-clip-downloader/ifmejflahgcnbjoocdchmcfbgcpbpooa
簡介 Download any appealing Twitch clip in 1 click from twitch.tv using the Twitch Clip Downloader for free.
檔案大小 10.97 KB
安裝次數 2,044
目前版本 1.0.4
更新時間 2020-08-02
上架時間 2020-06-25
評分 3.00/5 共 4 次評分
開發者 https://savethevideo.net
電子郵箱 [email protected]
付費類型 free
擴展官網 https://savethevideo.net/
說明頁面URL https://savethevideo.net/aboutus.html
支援的語言 de,en,fr,ru
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": {
        "128": "images\/128x128.png",
        "16": "images\/16x16.png",
        "48": "images\/48x48.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"
}