Twitch Clip Downloader

Download any appealing Twitch clip in 1 click from twitch.tv using the Twitch Clip Downloader for free.

Что такое Twitch Clip Downloader?

Twitch Clip Downloader - это расширение Chrome, разработанное https://savethevideo.net, и его основная функция - "Download any appealing Twitch clip in 1 click from twitch.tv using the Twitch Clip Downloader for free.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Twitch Clip Downloader

Скачайте файлы расширений Twitch Clip Downloader в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Download any twitch clip from twitch.tv in full hd format using this twitch clip downloader chrome extension. Using this chrome extension you can view any twitch clip in full resolution after downloading it.
 
Steps on how to download the twitch clip is given below.

1. Pin the twitch clip downloader chrome extension.
2. Open the twitch clip you want to download.
3. Click on the extension Icon.
4. Choose the format in which you want to save the clip.

Features - 

1. One Click Clip Download
2. Fastest twitch downloading.
3. No Ads.
4. Unlimited downloads allowed.
5. Privacy Protected.                    

Основная информация о расширении

Название Twitch Clip Downloader Twitch Clip Downloader
ID ifmejflahgcnbjoocdchmcfbgcpbpooa
Официальный URL https://chromewebstore.google.com/detail/twitch-clip-downloader/ifmejflahgcnbjoocdchmcfbgcpbpooa
Описание Download any appealing Twitch clip in 1 click from twitch.tv using the Twitch Clip Downloader for free.
Размер файла 10.97 KB
Количество установок 2,044
Текущая Версия 1.0.4
Последнее Обновление 2020-08-02
Дата публикации 2020-06-25
Рейтинг 3.00/5 Всего 4 оценок
Разработчик https://savethevideo.net
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://savethevideo.net/
URL страницы помощи https://savethevideo.net/aboutus.html
Поддерживаемые языки de,en,fr,ru
manifest.json
{
    "background": {
        "page": "html\/background.html"
    },
    "browser_action": {
        "default_icon": "images\/48x48.png",
        "default_title": "SaveTheVideo.net"
    },
    "content_scripts": [
        {
            "js": [
                "js\/contentscript.js"
            ],
            "matches": [
                "https:\/\/twitch.tv\/*",
                "http:\/\/twitch.tv\/*",
                "http:\/\/www.twitch.tv\/*",
                "https:\/\/www.twitch.tv\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "images\/128x128.png",
        "16": "images\/16x16.png",
        "48": "images\/48x48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "offline_enabled": true,
    "permissions": [
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.4"
}