X media Downloader

Download images/videos of user's media-timeline on X.

ما هو X media Downloader؟

X media Downloader هو إضافة Chrome تم تطويرها بواسطة clsyy411، والميزة الرئيسية لها هي "Download images/videos of user's media-timeline on X.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة X media Downloader

قم بتنزيل ملفات الامتداد X media Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Download videos and images from twitter or TweetDeck with only one click.
Since twitter changed its name, we are now called X media Downloader.

With this add-on, you can download videos and images from twitter or TweetDeck with only one click without any third-party service.

This extension provides,
+ Custom filename
+ Auto reveal sensitive content
+ Keyboard shortcut
+ Download video thumbnail

This extension is not a web crawler.
This extension doesn't provides,
+ Tweet crawling
+ Batch download
+ File compression                    

معلومات أساسية عن التمديد

الاسم X media Downloader X media Downloader
ID dcpelmafllhhdcbiegigphjnbgnolkgm
عنوان URL الرسمي https://chromewebstore.google.com/detail/x-media-downloader/dcpelmafllhhdcbiegigphjnbgnolkgm
الوصف Download images/videos of user's media-timeline on X.
حجم الملف 251 KB
عدد التثبيتات 1,000
النسخة الحالية 1.0.0
آخر تحديث 2023-12-17
تاريخ النشر 2023-12-17
تقييم 1.60/5 مجموع تقييمات 15
المطور clsyy411
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "img\/icon_16.png",
        "default_popup": "html\/options.html",
        "default_title": "__MSG_ext_title__"
    },
    "background": {
        "service_worker": "background-wrapper.js"
    },
    "commands": {
        "bulk_download": {
            "description": "__MSG_BULK_DOWNLOAD__",
            "suggested_key": {
                "default": "Shift+Alt+D",
                "mac": "Shift+Alt+D"
            }
        },
        "bulk_download_likes": {
            "description": "__MSG_BULK_DOWNLOAD_LIKES__",
            "suggested_key": {
                "default": "Shift+Alt+L",
                "mac": "Shift+Alt+L"
            }
        }
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/browser_info.js",
                "js\/jquery.min.js",
                "js\/twitter-oauth\/sha1.js",
                "js\/twitter-oauth\/oauth.js",
                "js\/twitter-oauth\/twitter-api.js",
                "js\/session.js"
            ],
            "matches": [
                "*:\/\/twitter.com\/*",
                "*:\/\/tweetdeck.twitter.com\/*",
                "*:\/\/api.twitter.com\/*",
                "*:\/\/pbs.twimg.com\/media\/*",
                "*:\/\/mobile.twitter.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "js\/decimal.min.js",
                "js\/jszip.min.js",
                "js\/init.js",
                "js\/timeline.js"
            ],
            "matches": [
                "*:\/\/twitter.com\/*",
                "*:\/\/tweetdeck.twitter.com\/*",
                "*:\/\/pbs.twimg.com\/media\/*",
                "*:\/\/mobile.twitter.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "js\/main_react.user.js"
            ],
            "matches": [
                "*:\/\/twitter.com\/*",
                "*:\/\/mobile.twitter.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "js": [
                "js\/main_tweetdeck.user.js"
            ],
            "matches": [
                "*:\/\/tweetdeck.twitter.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_ext_description__",
    "host_permissions": [
        "*:\/\/*.twitter.com\/*",
        "*:\/\/pbs.twimg.com\/*",
        "*:\/\/video.twimg.com\/*",
        "*:\/\/*.cdn.vine.co\/*"
    ],
    "icons": {
        "128": "img\/icon_128.png",
        "16": "img\/icon_16.png",
        "19": "img\/icon_19.png",
        "48": "img\/icon_48.png"
    },
    "incognito": "split",
    "manifest_version": 3,
    "name": "__MSG_ext_title__",
    "options_ui": {
        "open_in_tab": true,
        "page": "html\/options.html"
    },
    "permissions": [
        "storage"
    ],
    "short_name": "__MSG_ext_short_name__",
    "version": "1.0.0"
}