Twitter Media Saver
Save Twitter images and video with a click of a button
Cos'è Twitter Media Saver?
Twitter Media Saver è un'estensione di Chrome sviluppata da Nikita Kartashov, e la sua funzione principale è "Save Twitter images and video with a click of a button".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitter Media Saver
Scarica i file di estensione Twitter Media Saver 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
Have you ever wanted to save the images & videos you see on twitter? Here is plugin for you! Just click on a button near Direct Messages icon and save whatever you want!
Informazioni di Base sull'Estensione
Nome | |
ID | ialfbkhnjhhgeplfephldjaofhggmkjn |
URL Ufficiale | https://chrome.google.com/webstore/detail/twitter-media-saver/ialfbkhnjhhgeplfephldjaofhggmkjn |
Descrizione | Save Twitter images and video with a click of a button |
Dimensione del File | 432 KB |
Conteggio Installazioni | 44 |
Versione Corrente | 1.0.0.5 |
Ultimo Aggiornamento | 2019-05-28 |
Data di Pubblicazione | 2019-05-28 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | Nikita Kartashov |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/nkartashov/twitter-media-saver |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitter Media Saver", "description": "Save Twitter images and video with a click of a button", "version": "1.0.0.5", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/twitter.com\/*" ], "all_frames": true, "run_at": "document_idle", "js": [ "js\/libs\/jquery.min.js", "js\/raf-ff-fix.js", "js\/fontawesome.js", "js\/contentscript.js" ] } ] } |