Twitch Clip Downloader 2020

Twitch downloader. Instantly download Twitch clips with just a click!

Twitch Clip Downloader 2020とは何ですか?

Twitch Clip Downloader 2020はSharkyによって開発されたChromeの拡張機能で、その主な機能は「Twitch downloader. Instantly download Twitch clips with just a click!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Twitch Clip Downloader 2020拡張機能のCRXファイルをダウンロード

Twitch Clip Downloader 2020拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Twitch Clip Downloader allows you to download ANY Twitch clips with just a single click! Boost your productivity and make your life easier!

★★★ FEATURES
★ Download clip from Twitch clips overview page
★ No configuration
★ Ultra fast plus very lightweight, will not slow you down
★ Download with naming conventions
★ Updated

LOVE IT? HATE IT? LEAVE A REVIEW!
For issues/suggestions, please contact us via email: [email protected]

DISCLAIMER: Extension is provided without any warranty. User is fully responsible for his or her own actions. Do not download the clips without permissions.                    

拡張機能の基本情報

名前 Twitch Clip Downloader 2020 Twitch Clip Downloader 2020
ID mnenbmhckgnahghjhelklajobocdiijf
公式URL https://chromewebstore.google.com/detail/twitch-clip-downloader-20/mnenbmhckgnahghjhelklajobocdiijf
説明 Twitch downloader. Instantly download Twitch clips with just a click!
ファイルサイズ 116 KB
インストール数 5,888
現在のバージョン 3.0.2
最終更新日 2020-05-06
公開日 2020-05-06
評価 3.23/5 合計 39 レビュー
開発者 Sharky
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Clip Downloader 2020",
    "description": "Twitch downloader. Instantly download Twitch clips with just a click!",
    "short_name": "TCD",
    "version": "3.0.2",
    "author": "Sharky",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/clips.twitch.tv\/*",
                "*:\/\/www.twitch.tv\/*"
            ],
            "run_at": "document_end",
            "js": [
                "vendors-content.js",
                "content.js"
            ],
            "css": [
                "libs\/driver.min.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "downloads",
        "storage"
    ]
}