Twitch Clip Downloader 2020

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

ما هو Twitch Clip Downloader 2020؟

Twitch Clip Downloader 2020 هو إضافة Chrome تم تطويرها بواسطة Sharky، والميزة الرئيسية لها هي "Twitch downloader. Instantly download Twitch clips with just a click!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Twitch Clip Downloader 2020

قم بتنزيل ملفات الامتداد Twitch Clip Downloader 2020 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}