Twitter video downloader
Download twitter videos in best quality with one simple click
Qu'est-ce que Twitter video downloader ?
Twitter video downloader est une extension Chrome développée par mstfsnc, et sa fonction principale est "Download twitter videos in best quality with one simple click".
Captures d'Écran de l'Extension
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
1 - After installation, you will see a download icon under every tweet, which contains a video. 2 - Simply press download icon. 3 - Video will be downloaded when loading complete.
Informations de Base sur l'Extension
Nom | Twitter video downloader |
ID | akmdionenlnfcipmdhbhcnkighafmdha |
URL Officiel | https://chromewebstore.google.com/detail/twitter-video-downloader/akmdionenlnfcipmdhbhcnkighafmdha |
Description | Download twitter videos in best quality with one simple click |
Taille du Fichier | 21.08 KB |
Nombre d'Installations | 33,270 |
Version Actuelle | 2.17.1 |
Dernière Mise à Jour | 2024-03-05 |
Date de Publication | 2020-07-22 |
Évaluation | 4.55/5 Total 128 Évaluations |
Développeur | mstfsnc |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/mstfsnc/twitter-video-downloader |
URL de la Page d'Aide | https://github.com/mstfsnc/twitter-video-downloader/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.17.1", "description": "Download twitter videos in best quality with one simple click", "name": "Twitter video downloader", "manifest_version": 3, "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "*:\/\/*.twitter.com\/*", "*:\/\/*.x.com\/*" ], "js": [ "inject.js" ], "css": [ "content.css" ] } ], "web_accessible_resources": [ { "resources": [ "content.js" ], "matches": [ "*:\/\/*.twitter.com\/*", "*:\/\/*.x.com\/*" ] } ] } |