TMD — Twitter Media Downloader
Download content you like from Twitter with 1-click
TMD — Twitter Media Downloaderとは何ですか?
TMD — Twitter Media Downloaderはitiumによって開発されたChromeの拡張機能で、その主な機能は「Download content you like from Twitter with 1-click」です。
拡張機能のスクリーンショット
TMD — Twitter Media Downloader拡張機能のCRXファイルをダウンロード
TMD — Twitter Media Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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\/*" ] } |