X Media Downloader
Get videos from the user's media timeline on X (ex Twitter)
Qu'est-ce que X Media Downloader ?
X Media Downloader est une extension Chrome développée par Creative Extensions Studio, et sa fonction principale est "Get videos from the user's media timeline on X (ex Twitter)".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension X Media Downloader
Téléchargez les fichiers d'extension X Media 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
🚀 Introducing the Twitter Video Downloader, your ultimate Chrome extension for hassle-free video downloads from X (ex Twitter). Say goodbye to complex procedures and waiting times. With our user-friendly extension, downloading videos from X is a breeze! 📥 Once you install our extension, a convenient download button magically appears beneath every tweet that contains a video. Just a single click, and voilà! Your chosen video is swiftly downloaded as soon as it finishes loading. ✨ To enjoy seamless operation, simply login to your X account. Start saving your favorite X videos effortlessly today!
Informations de Base sur l'Extension
Nom | X Media Downloader |
ID | lmjabmhgipbdbigfckmgkladhhnglmnb |
URL Officiel | https://chromewebstore.google.com/detail/x-media-downloader/lmjabmhgipbdbigfckmgkladhhnglmnb |
Description | Get videos from the user's media timeline on X (ex Twitter) |
Taille du Fichier | 41.06 KB |
Nombre d'Installations | 8,000 |
Version Actuelle | 1.0.7 |
Dernière Mise à Jour | 2023-11-10 |
Date de Publication | 2023-09-17 |
Évaluation | 3.60/5 Total 10 Évaluations |
Développeur | Creative Extensions Studio |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://sites.google.com/view/polity-extension/home |
Langues Prises en Charge | id,de,en,fr,es,it,th,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.7", "name": "X Media Downloader", "description": "__MSG_description__", "default_locale": "en", "manifest_version": 3, "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png", "256": "icons\/256.png" }, "background": { "service_worker": "bg_service_worker.js" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "*:\/\/*.twitter.com\/*" ], "js": [ "inject.js" ], "css": [ "content.css" ] } ], "web_accessible_resources": [ { "resources": [ "content.js" ], "matches": [ "*:\/\/*.twitter.com\/*" ] } ], "host_permissions": [ "*:\/\/*.twitter.com\/*" ] } |