Twitch Clip Downloader

Simplest way to download clips on Twitch!

Twitch Clip Downloader क्या है?

Twitch Clip Downloader Takoo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simplest way to download clips on Twitch!"।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Twitch Clip Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Twitch Clip Downloader adds a simple download button on the clips overview page.

It's the easiest way to download Twitch clip without quality less. 
Just click on the download button!

Are you afraid of losing clips you’ve made a long time ago?
On the Clips Manager page, you can download all the clips you selected at the same time.

No need to rename a clip! To save time, the clips will be renamed with the naming convention : "Streamer - Category - Clip title.mp4"

You like it? Please leave a review!                    

एक्सटेंशन की मूल जानकारी

नाम Twitch Clip Downloader Twitch Clip Downloader
ID dppnlpgimafbdjdlemjpbbokdeggemag
आधिकारिक URL https://chromewebstore.google.com/detail/twitch-clip-downloader/dppnlpgimafbdjdlemjpbbokdeggemag
विवरण Simplest way to download clips on Twitch!
फ़ाइल का आकार 67.9 KB
स्थापना संख्या 1,156
वर्तमान संस्करण 1.8
अंतिम अपडेट 2023-07-23
प्रकाशन तिथि 2020-11-04
रेटिंग 4.11/5 कुल 9 रेटिंग्स
डेवलपर Takoo
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitch Clip Downloader",
    "version": "1.8",
    "description": "Simplest way to download clips on Twitch!",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png"
    },
    "permissions": [
        "downloads"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": [],
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "jquery-1.4.2.js",
                "dashboard.js"
            ],
            "matches": [
                "https:\/\/dashboard.twitch.tv\/*"
            ]
        },
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "clips.js"
            ],
            "matches": [
                "https:\/\/clips.twitch.tv\/*"
            ]
        },
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "twitch.js"
            ],
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ]
        }
    ]
}