TMD — Twitter Media Downloader
Download content you like from Twitter with 1-click
Wat is TMD — Twitter Media Downloader?
TMD — Twitter Media Downloader is een Chrome-extensie ontwikkeld door itium, en de belangrijkste functie is "Download content you like from Twitter with 1-click".
Extensie Screenshots
Download het CRX-bestand van de extensie TMD — Twitter Media Downloader
Download TMD — Twitter Media 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
Conveniently adds a button to every tweet and voilà you're one click away from downloading your image or video or multiple at once. Optionally, If you're exploring Twitter, it also shows let's you know if you already visited a page so you don't keep going to pages you've already discarded.
Basisinformatie over de Extensie
Naam | TMD — Twitter Media Downloader |
ID | ahfindmojggkncbnjjifikffeekefnkd |
Officiële URL | https://chromewebstore.google.com/detail/tmd-%E2%80%94-twitter-media-downl/ahfindmojggkncbnjjifikffeekefnkd |
Beschrijving | Download content you like from Twitter with 1-click |
Bestandsgrootte | 103 KB |
Aantal Installaties | 281 |
Huidige Versie | 4.6.0 |
Laatst Bijgewerkt | 2023-03-08 |
Publicatiedatum | 2023-02-18 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | itium |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "TMD \u2014 Twitter Media Downloader", "description": "Download content you like from Twitter with 1-click", "version": "4.6.0", "author": "[email protected]", "homepage_url": "https:\/\/github.com\/1618033\/TwitterMediaDownloader.git", "icons": { "128": "128.png", "16": "16.png", "48": "48.png", "96": "96.png" }, "options_ui": { "page": "options.html" }, "content_scripts": [ { "css": [ "tmd.css" ], "js": [ "js\/jquery.min.js", "js\/content_script.js" ], "matches": [ "*:\/\/twitter.com\/*", "*:\/\/mobile.twitter.com\/*" ] } ], "background": { "service_worker": "js\/background.js" }, "permissions": [ "storage", "downloads" ], "host_permissions": [ "*:\/\/twitter.com\/*", "*:\/\/*.twitter.com\/*", "*:\/\/*.twimg.com\/*" ] } |