Twitter video downloader

Twitter Video Downloader - Download twitter videos MP4 & GIF

Qu'est-ce que Twitter video downloader ?

Twitter video downloader est une extension Chrome développée par https://mp3downy.com, et sa fonction principale est "Twitter Video Downloader - Download twitter videos MP4 & GIF".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Twitter video downloader

Téléchargez les fichiers d'extension Twitter video downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Twitter video downloader Twitter video downloader
ID gchlpekenfndnldgjjllnphbjlajikhp
URL Officiel https://chrome.google.com/webstore/detail/twitter-video-downloader/gchlpekenfndnldgjjllnphbjlajikhp
Description Twitter Video Downloader - Download twitter videos MP4 & GIF
Taille du Fichier 127 KB
Nombre d'Installations 2,493
Version Actuelle 1.2
Dernière Mise à Jour 2020-05-14
Date de Publication 2020-05-14
Évaluation 2.60/5 Total 5 Évaluations
Développeur https://mp3downy.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://mp3downy.com/
URL de la Page d'Aide https://mp3downy.com/
URL de la Page de Politique de Confidentialité https://biggbossvotetelugu.info/privacy-policy
Langues Prises en Charge 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
}