X Media Downloader
Get videos from the user's media timeline on X (ex Twitter)
X Media Downloaderとは何ですか?
X Media DownloaderはCreative Extensions Studioによって開発されたChromeの拡張機能で、その主な機能は「Get videos from the user's media timeline on X (ex Twitter)」です。
拡張機能のスクリーンショット
X Media Downloader拡張機能のCRXファイルをダウンロード
X Media Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
🚀 Introducing the Twitter Video Downloader, your ultimate Chrome extension for hassle-free video downloads from X (ex Twitter). Say goodbye to complex procedures and waiting times. With our user-friendly extension, downloading videos from X is a breeze! 📥 Once you install our extension, a convenient download button magically appears beneath every tweet that contains a video. Just a single click, and voilà! Your chosen video is swiftly downloaded as soon as it finishes loading. ✨ To enjoy seamless operation, simply login to your X account. Start saving your favorite X videos effortlessly today!
拡張機能の基本情報
名前 | X Media Downloader |
ID | lmjabmhgipbdbigfckmgkladhhnglmnb |
公式URL | https://chromewebstore.google.com/detail/x-media-downloader/lmjabmhgipbdbigfckmgkladhhnglmnb |
説明 | Get videos from the user's media timeline on X (ex Twitter) |
ファイルサイズ | 41.06 KB |
インストール数 | 8,000 |
現在のバージョン | 1.0.7 |
最終更新日 | 2023-11-10 |
公開日 | 2023-09-17 |
評価 | 3.60/5 合計 10 レビュー |
開発者 | Creative Extensions Studio |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://sites.google.com/view/polity-extension/home |
対応言語 | id,de,en,fr,es,it,th,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.7", "name": "X Media Downloader", "description": "__MSG_description__", "default_locale": "en", "manifest_version": 3, "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png", "256": "icons\/256.png" }, "background": { "service_worker": "bg_service_worker.js" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "*:\/\/*.twitter.com\/*" ], "js": [ "inject.js" ], "css": [ "content.css" ] } ], "web_accessible_resources": [ { "resources": [ "content.js" ], "matches": [ "*:\/\/*.twitter.com\/*" ] } ], "host_permissions": [ "*:\/\/*.twitter.com\/*" ] } |