Twitch Clip Downloader 2020

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

Twitch Clip Downloader 2020 क्या है?

Twitch Clip Downloader 2020 Sharky द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Twitch downloader. Instantly download Twitch clips with just a click!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Twitch Clip Downloader 2020 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}