Twitter video downloader

Twitter Video Downloader - Download twitter videos MP4 & GIF

Vad är Twitter video downloader?

Twitter video downloader är en Chrome-tillägg utvecklad av https://mp3downy.com, och dess huvudfunktion är "Twitter Video Downloader - Download twitter videos MP4 & GIF".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Twitter video downloader-förlängningens CRX-fil

Ladda ner Twitter video downloader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Twitter video downloader Twitter video downloader
ID gchlpekenfndnldgjjllnphbjlajikhp
Officiell webbadress https://chrome.google.com/webstore/detail/twitter-video-downloader/gchlpekenfndnldgjjllnphbjlajikhp
Beskrivning Twitter Video Downloader - Download twitter videos MP4 & GIF
Filstorlek 127 KB
Antal Installationer 2,493
Aktuell Version 1.2
Senast Uppdaterad 2020-05-14
Publiceringsdatum 2020-05-14
Betyg 2.60/5 Totalt 5 Betyg
Utvecklare https://mp3downy.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://mp3downy.com/
Hjälpsida URL https://mp3downy.com/
URL till Sekretesspolicy Sidan https://biggbossvotetelugu.info/privacy-policy
Stödda Språk 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
}