TMD — Twitter Media Downloader
Download content you like from Twitter with 1-click
TMD — Twitter Media Downloader क्या है?
TMD — Twitter Media Downloader itium द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download content you like from Twitter with 1-click"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TMD — Twitter Media Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | TMD — Twitter Media Downloader |
ID | ahfindmojggkncbnjjifikffeekefnkd |
आधिकारिक URL | https://chromewebstore.google.com/detail/tmd-%E2%80%94-twitter-media-downl/ahfindmojggkncbnjjifikffeekefnkd |
विवरण | Download content you like from Twitter with 1-click |
फ़ाइल का आकार | 103 KB |
स्थापना संख्या | 281 |
वर्तमान संस्करण | 4.6.0 |
अंतिम अपडेट | 2023-03-08 |
प्रकाशन तिथि | 2023-02-18 |
रेटिंग | 1.00/5 कुल 1 रेटिंग्स |
डेवलपर | itium |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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\/*" ] } |