AIX Downloader(Picture/Video/Music) Pro

Download online videos, music, mp3, images etc from websites and manage all downloaded files.

ما هو AIX Downloader(Picture/Video/Music) Pro؟

AIX Downloader(Picture/Video/Music) Pro هو إضافة Chrome تم تطويرها بواسطة Mime، والميزة الرئيسية لها هي "Download online videos, music, mp3, images etc from websites and manage all downloaded files.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة AIX Downloader(Picture/Video/Music) Pro

قم بتنزيل ملفات الامتداد AIX Downloader(Picture/Video/Music) Pro بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        One-click batch download of all videos, music, mp3, images etc on the webpage.                    

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

الاسم AIX Downloader(Picture/Video/Music) Pro AIX Downloader(Picture/Video/Music) Pro
ID ggcihihkaidbkkolahhliaaepdjhngli
عنوان URL الرسمي https://chromewebstore.google.com/detail/aix-downloaderpicturevide/ggcihihkaidbkkolahhliaaepdjhngli
الوصف Download online videos, music, mp3, images etc from websites and manage all downloaded files.
حجم الملف 1.56 MB
عدد التثبيتات 46,125
النسخة الحالية 10.9.0.38
آخر تحديث 2023-02-20
تاريخ النشر 2021-02-04
تقييم 3.93/5 مجموع تقييمات 46
المطور Mime
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية http://static.screen-master.com/privacy.html
اللغات المدعومة en,fr,vi,tr,es,pt-BR,pt-PT,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_description__",
    "version": "10.9.0.38",
    "name": "__MSG_default_title__",
    "default_locale": "en",
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "logo48.png"
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.bundle.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/item.taobao.com\/*"
            ],
            "js": [
                "aiscripts\/taobao.js"
            ]
        },
        {
            "matches": [
                "*:\/\/www.bilibili.com\/video\/*"
            ],
            "js": [
                "aiscripts\/bilibili.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/www.facebook.com\/*"
            ],
            "js": [
                "aiscripts\/jQuery-3.2.1.min.js",
                "aiscripts\/facebook.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/twitter.com\/*"
            ],
            "js": [
                "aiscripts\/jQuery-3.2.1.min.js",
                "aiscripts\/tw.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/www.metacafe.com\/watch\/*"
            ],
            "js": [
                "aiscripts\/metacafe.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/www.instagram.com\/*"
            ],
            "js": [
                "aiscripts\/jQuery-3.2.1.min.js",
                "aiscripts\/instagram.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/vimeo.com\/*"
            ],
            "js": [
                "aiscripts\/jQuery-3.2.1.min.js",
                "aiscripts\/vimeo.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.acfun.cn\/*"
            ],
            "js": [
                "aiscripts\/jQuery-3.2.1.min.js",
                "aiscripts\/acfun.js"
            ]
        },
        {
            "matches": [
                "https:\/\/baike.baidu.com\/item\/*"
            ],
            "js": [
                "aiscripts\/baidubaike.js"
            ]
        }
    ],
    "manifest_version": 2,
    "permissions": [
        "downloads",
        "downloads.shelf",
        "downloads.open",
        "contextMenus",
        "tabs",
        "storage",
        "unlimitedStorage",
        "notifications",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self';"
}