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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    ]
}