Twitter video downloader

Twitter Video Downloader - Download twitter videos MP4 & GIF

Co to jest Twitter video downloader?

Twitter video downloader to rozszerzenie Chrome opracowane przez https://mp3downy.com, a jego główną funkcją jest „Twitter Video Downloader - Download twitter videos MP4 & GIF”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Twitter video downloader

Pobierz pliki rozszerzeń Twitter video downloader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        This chrome extension will capture all download links of twitter videos, also it will capture GIF images from twitter.com.

It will show one or more twitter videos links based on a number of videos on the current twitter page. It can also capture videos from tweet comments.

The most common websites which also providing the download service from twitter are,

twittervideodownloader chrome extension 
savetweetvid chrome extension 
twdown chrome extension 
downloadtwittervideo chrome extension 
twsaver chrome extension 
getfvid chrome extension 
twdownloader chrome extension 
ssstwitter chrome extension 
twdownload  chrome extension 
en.savefrom .net twitter video downloader chrome extension                    

Podstawowe informacje o rozszerzeniu

Nazwa Twitter video downloader Twitter video downloader
ID gchlpekenfndnldgjjllnphbjlajikhp
Oficjalny URL https://chrome.google.com/webstore/detail/twitter-video-downloader/gchlpekenfndnldgjjllnphbjlajikhp
Opis Twitter Video Downloader - Download twitter videos MP4 & GIF
Rozmiar pliku 127 KB
Liczba instalacji 2,493
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2020-05-14
Data Publikacji 2020-05-14
Ocena 2.60/5 Łącznie 5 Oceny
Deweloper https://mp3downy.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://mp3downy.com/
Adres URL Strony Pomocy https://mp3downy.com/
Adres URL Strony Polityki Prywatności https://biggbossvotetelugu.info/privacy-policy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter video downloader",
    "description": "Twitter Video Downloader - Download twitter videos MP4 & GIF",
    "version": "1.2",
    "permissions": [
        "storage",
        "https:\/\/twitter.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}