Twitter video downloader
Download twitter videos in best quality with one simple click
Wat is Twitter video downloader?
Twitter video downloader is een Chrome-extensie ontwikkeld door mstfsnc, en de belangrijkste functie is "Download twitter videos in best quality with one simple click".
Extensie Screenshots
Download het CRX-bestand van de extensie Twitter video downloader
Download Twitter video downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
1 - After installation, you will see a download icon under every tweet, which contains a video. 2 - Simply press download icon. 3 - Video will be downloaded when loading complete.
Basisinformatie over de Extensie
Naam | Twitter video downloader |
ID | akmdionenlnfcipmdhbhcnkighafmdha |
Officiële URL | https://chromewebstore.google.com/detail/twitter-video-downloader/akmdionenlnfcipmdhbhcnkighafmdha |
Beschrijving | Download twitter videos in best quality with one simple click |
Bestandsgrootte | 21.08 KB |
Aantal Installaties | 33,270 |
Huidige Versie | 2.17.1 |
Laatst Bijgewerkt | 2024-03-05 |
Publicatiedatum | 2020-07-22 |
Beoordeling | 4.55/5 Totaal 128 Beoordelingen |
Ontwikkelaar | mstfsnc |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/mstfsnc/twitter-video-downloader |
Help Pagina-URL | https://github.com/mstfsnc/twitter-video-downloader/issues |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.17.1", "description": "Download twitter videos in best quality with one simple click", "name": "Twitter video downloader", "manifest_version": 3, "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "*:\/\/*.twitter.com\/*", "*:\/\/*.x.com\/*" ], "js": [ "inject.js" ], "css": [ "content.css" ] } ], "web_accessible_resources": [ { "resources": [ "content.js" ], "matches": [ "*:\/\/*.twitter.com\/*", "*:\/\/*.x.com\/*" ] } ] } |