X Media Downloader
Get videos from the user's media timeline on X (ex Twitter)
Cos'è X Media Downloader?
X Media Downloader è un'estensione di Chrome sviluppata da Creative Extensions Studio, e la sua funzione principale è "Get videos from the user's media timeline on X (ex Twitter)".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione X Media Downloader
Scarica i file di estensione X Media Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
🚀 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!
Informazioni di Base sull'Estensione
Nome | X Media Downloader |
ID | lmjabmhgipbdbigfckmgkladhhnglmnb |
URL Ufficiale | https://chromewebstore.google.com/detail/x-media-downloader/lmjabmhgipbdbigfckmgkladhhnglmnb |
Descrizione | Get videos from the user's media timeline on X (ex Twitter) |
Dimensione del File | 41.06 KB |
Conteggio Installazioni | 8,000 |
Versione Corrente | 1.0.7 |
Ultimo Aggiornamento | 2023-11-10 |
Data di Pubblicazione | 2023-09-17 |
Valutazione | 3.60/5 Totale 10 Valutazioni |
Sviluppatore | Creative Extensions Studio |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://sites.google.com/view/polity-extension/home |
Lingue Supportate | 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\/*" ] } |