Twitter Video Downloader
Click a button to download a video on a Twitter post, even on private profiles.
Qu'est-ce que Twitter Video Downloader ?
Twitter Video Downloader est une extension Chrome développée par Zelly Snyder, et sa fonction principale est "Click a button to download a video on a Twitter post, even on private profiles.".
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
A free and open source extension allowing users to download videos from Twitter posts. It even allows downloading videos from private or protected Twitter profiles, provided that you're signed in and follow that account. This extension is free and open source software with no third-party servers involved. It all runs in your browser.
Informations de Base sur l'Extension
Nom | Twitter Video Downloader |
ID | dhfimdgkaolieflclblgaeokakkedjnk |
URL Officiel | https://chromewebstore.google.com/detail/twitter-video-downloader/dhfimdgkaolieflclblgaeokakkedjnk |
Description | Click a button to download a video on a Twitter post, even on private profiles. |
Taille du Fichier | 46.51 KB |
Nombre d'Installations | 2,183 |
Version Actuelle | 1.0.22 |
Dernière Mise à Jour | 2024-01-06 |
Date de Publication | 2022-02-07 |
Évaluation | 2.75/5 Total 4 Évaluations |
Développeur | Zelly Snyder |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/proprietary/twitter-video-downloader |
URL de la Page d'Aide | https://github.com/proprietary/twitter-video-downloader/issues |
URL de la Page de Politique de Confidentialité | https://raw.githubusercontent.com/proprietary/twitter-video-downloader/main/PRIVACY.txt |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Video Downloader", "description": "Click a button to download a video on a Twitter post, even on private profiles.", "version": "1.0.22", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "scripting", "cookies" ], "host_permissions": [ "*:\/\/*.twitter.com\/*", "*:\/\/twitter.com\/*" ], "action": { "default_popup": "popup.html", "default_title": "Twitter Video Downloader: Click while on a Twitter post to download its video", "default_icon": { "16": "\/images\/tvd16.png", "32": "\/images\/tvd32.png", "48": "\/images\/tvd48.png", "128": "\/images\/tvd128.png" } }, "icons": { "16": "\/images\/tvd16.png", "32": "\/images\/tvd32.png", "48": "\/images\/tvd48.png", "128": "\/images\/tvd128.png" } } |