X Media Downloader
Get videos from the user's media timeline on X (ex Twitter)
ما هو X Media Downloader؟
X Media Downloader هو إضافة Chrome تم تطويرها بواسطة Creative Extensions Studio، والميزة الرئيسية لها هي "Get videos from the user's media timeline on X (ex Twitter)".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة X Media Downloader
قم بتنزيل ملفات الامتداد X Media Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
🚀 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 |
عنوان صفحة سياسة الخصوصية | 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\/*" ] } |