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 |
官方網址 | 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\/*" ] } |