TMD — Twitter Media Downloader
Download content you like from Twitter with 1-click
Qu'est-ce que TMD — Twitter Media Downloader ?
TMD — Twitter Media Downloader est une extension Chrome développée par itium, et sa fonction principale est "Download content you like from Twitter with 1-click".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TMD — Twitter Media Downloader
Téléchargez les fichiers d'extension TMD — Twitter Media Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | TMD — Twitter Media Downloader |
ID | ahfindmojggkncbnjjifikffeekefnkd |
URL Officiel | https://chromewebstore.google.com/detail/tmd-%E2%80%94-twitter-media-downl/ahfindmojggkncbnjjifikffeekefnkd |
Description | Download content you like from Twitter with 1-click |
Taille du Fichier | 103 KB |
Nombre d'Installations | 281 |
Version Actuelle | 4.6.0 |
Dernière Mise à Jour | 2023-03-08 |
Date de Publication | 2023-02-18 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | itium |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } |