Twitter video downloader
Twitter Video Downloader - Download twitter videos MP4 & GIF
Cos'è Twitter video downloader?
Twitter video downloader è un'estensione di Chrome sviluppata da https://mp3downy.com, e la sua funzione principale è "Twitter Video Downloader - Download twitter videos MP4 & GIF".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitter video downloader
Scarica i file di estensione Twitter video 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
This chrome extension will capture all download links of twitter videos, also it will capture GIF images from twitter.com. It will show one or more twitter videos links based on a number of videos on the current twitter page. It can also capture videos from tweet comments. The most common websites which also providing the download service from twitter are, twittervideodownloader chrome extension savetweetvid chrome extension twdown chrome extension downloadtwittervideo chrome extension twsaver chrome extension getfvid chrome extension twdownloader chrome extension ssstwitter chrome extension twdownload chrome extension en.savefrom .net twitter video downloader chrome extension
Informazioni di Base sull'Estensione
Nome | |
ID | gchlpekenfndnldgjjllnphbjlajikhp |
URL Ufficiale | https://chrome.google.com/webstore/detail/twitter-video-downloader/gchlpekenfndnldgjjllnphbjlajikhp |
Descrizione | Twitter Video Downloader - Download twitter videos MP4 & GIF |
Dimensione del File | 127 KB |
Conteggio Installazioni | 2,493 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2020-05-14 |
Data di Pubblicazione | 2020-05-14 |
Valutazione | 2.60/5 Totale 5 Valutazioni |
Sviluppatore | https://mp3downy.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://mp3downy.com/ |
URL della Pagina di Aiuto | https://mp3downy.com/ |
URL della Pagina della Politica sulla Privacy | https://biggbossvotetelugu.info/privacy-policy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter video downloader", "description": "Twitter Video Downloader - Download twitter videos MP4 & GIF", "version": "1.2", "permissions": [ "storage", "https:\/\/twitter.com\/*" ], "content_scripts": [ { "js": [ "jquery.js", "content.js" ], "matches": [ "https:\/\/twitter.com\/*" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "manifest_version": 2 } |