AIX Downloader(Picture/Video/Music)

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

AIX Downloader(Picture/Video/Music) là gì?

AIX Downloader(Picture/Video/Music) là một tiện ích mở rộng Chrome được phát triển bởi Mime, và tính năng chính của nó là "Download online videos, music, mp3, images etc from websites and manage all downloaded files.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AIX Downloader(Picture/Video/Music)

Tải xuống các tệp mở rộng AIX Downloader(Picture/Video/Music) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Intelligent and efficient download management, search and save image, video, audio and other files. Use AIX downloader to enhance the Chrome browser function.
AIX Downloader - is a universal content downloader and manager.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AIX Downloader(Picture/Video/Music) AIX Downloader(Picture/Video/Music)
ID ddicoofdkbcdkkeecgafcoabogcgicfp
URL Chính Thức https://chrome.google.com/webstore/detail/aix-downloaderpicturevide/ddicoofdkbcdkkeecgafcoabogcgicfp
Mô tả Download online videos, music, mp3, images etc from websites and manage all downloaded files.
Kích Thước Tệp 1.56 MB
Số Lần Cài Đặt 60,000
Phiên Bản Hiện Tại 9.0.38
Cập Nhật Lần Cuối 2022-09-20
Ngày Phát Hành 2020-04-06
Đánh Giá 3.96/5 Tổng số 106 Đánh Giá
Nhà Phát Triển Mime
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://static.screen-master.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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": "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",
        "contextMenus",
        "tabs",
        "storage",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self';",
    "optional_permissions": [
        "downloads.shelf",
        "downloads.open",
        "notifications"
    ]
}