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 |
电子邮箱 | [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\/*" ] } |