Twitter video downloader

Twitter Video Downloader - Download twitter videos MP4 & GIF

Apa itu Twitter video downloader?

Twitter video downloader adalah ekstensi Chrome yang dikembangkan oleh https://mp3downy.com, dan fitur utamanya adalah "Twitter Video Downloader - Download twitter videos MP4 & GIF".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Twitter video downloader

Unduh file ekstensi Twitter video downloader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Twitter video downloader Twitter video downloader
ID gchlpekenfndnldgjjllnphbjlajikhp
URL Resmi https://chrome.google.com/webstore/detail/twitter-video-downloader/gchlpekenfndnldgjjllnphbjlajikhp
Deskripsi Twitter Video Downloader - Download twitter videos MP4 & GIF
Ukuran File 127 KB
Jumlah Instalasi 2,493
Versi Saat Ini 1.2
Terakhir Diperbarui 2020-05-14
Tanggal Publikasi 2020-05-14
Penilaian 2.60/5 Total 5 Penilaian
Pengembang https://mp3downy.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://mp3downy.com/
URL Halaman Bantuan https://mp3downy.com/
URL Halaman Kebijakan Privasi https://biggbossvotetelugu.info/privacy-policy
Bahasa yang Didukung 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
}