Twitter Video Download
Download Twitter video to your computer easily while browsing Twitter.com
Qu'est-ce que Twitter Video Download ?
Twitter Video Download est une extension Chrome développée par https://twitter-video-download.com, et sa fonction principale est "Download Twitter video to your computer easily while browsing Twitter.com".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Twitter Video Download
Téléchargez les fichiers d'extension Twitter Video Download 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
Updated version 1.1: Fixed download button, previously it didn't work after some recent Twitter website updates. Now this is one of a few extensions, that actually work. This extension lets you download Twitter videos directly while browsing Twitter website. Easy and free. 🤞 Download any video or GIF from Twitter in a few clicks. How to: After installation a button "Download Tweet Video" will appear below all Tweets containing video. Clicking it will let you download video in chosen resolution.
Informations de Base sur l'Extension
Nom | Twitter Video Download |
ID | bcobmoggclhhpkdckmnmhejleeihgmgk |
URL Officiel | https://chromewebstore.google.com/detail/twitter-video-download/bcobmoggclhhpkdckmnmhejleeihgmgk |
Description | Download Twitter video to your computer easily while browsing Twitter.com |
Taille du Fichier | 43.25 KB |
Nombre d'Installations | 4,801 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2023-12-27 |
Date de Publication | 2021-09-11 |
Évaluation | 3.11/5 Total 9 Évaluations |
Développeur | https://twitter-video-download.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://twitter-video-download.com/ |
Langues Prises en Charge | en |
manifest.json | |
{ "background": { "scripts": [ "\/js\/background.js" ] }, "browser_action": { "default_icon": "images\/chrome-48-48.png", "default_title": "Twitter Video Download" }, "content_scripts": [ { "all_frames": true, "js": [ "js\/jquery.js", "js\/content.js" ], "matches": [ "*:\/\/*.twitter.com\/*" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self'; object-src 'self'", "default_locale": "en", "description": "Download Twitter video to your computer easily while browsing Twitter.com", "icons": { "128": "images\/chrome-128-128.png", "48": "images\/chrome-48-48.png", "16": "images\/chrome-16-16.png" }, "manifest_version": 2, "name": "__MSG_appName__", "permissions": [ "storage" ], "short_name": "Twitter Video Download", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.0" } |