AIX Downloader(Picture/Video/Music)

Download online videos, music, mp3, images etc from websites.

AIX Downloader(Picture/Video/Music)とは何ですか?

AIX Downloader(Picture/Video/Music)はextfunによって開発されたChromeの拡張機能で、その主な機能は「Download online videos, music, mp3, images etc from websites.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

AIX Downloader(Picture/Video/Music)拡張機能のCRXファイルをダウンロード

AIX Downloader(Picture/Video/Music)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Download online videos, music, mp3, images etc from websites and manage all downloaded files.
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.                    

拡張機能の基本情報

名前 AIX Downloader(Picture/Video/Music) AIX Downloader(Picture/Video/Music)
ID ibdfeimkglcmdejppabkaidpippniiob
公式URL https://chromewebstore.google.com/detail/aix-downloaderpicturevide/ibdfeimkglcmdejppabkaidpippniiob
説明 Download online videos, music, mp3, images etc from websites.
ファイルサイズ 1.68 MB
インストール数 140,949
現在のバージョン 9.0.48
最終更新日 2024-01-19
公開日 2021-09-06
評価 4.17/5 合計 71 レビュー
開発者 extfun
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.freeprivacypolicy.com/live/1a989ad9-eb14-4e79-994b-1739426407b8
対応言語 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.48",
    "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_idle"
        },
        {
            "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"
            ]
        },
        {
            "matches": [
                "https:\/\/tiktok.com\/*",
                "https:\/\/www.tiktok.com\/*"
            ],
            "js": [
                "aiscripts\/tiktok.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "aiscripts\/scriptShell.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "grabber.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "aiscripts\/scriptBus.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';"
}