Media Downloader

Media Downloader extension gives you an opportunity to easily find and download video files from different websites. Just click…

Media Downloaderとは何ですか?

Media Downloaderはkirillzernov67545によって開発されたChromeの拡張機能で、その主な機能は「Media Downloader extension gives you an opportunity to easily find and download video files from different websites. Just click…」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Media Downloader拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Media Downloader extension gives you an opportunity to easily find and download video files from different websites.

Just click the video you need at the popup menu and wait for a few seconds until it is saved to your device.                    

拡張機能の基本情報

名前 Media Downloader Media Downloader
ID cnbahdkfhbjllecjhdepdbfcakfgpobg
公式URL https://chrome.google.com/webstore/detail/media-downloader/cnbahdkfhbjllecjhdepdbfcakfgpobg
説明 Media Downloader extension gives you an opportunity to easily find and download video files from different websites. Just click…
ファイルサイズ 111 KB
インストール数 10,000
現在のバージョン 0.0.3
最終更新日 2022-01-13
公開日 2021-12-03
評価 4.48/5 合計 29 レビュー
開発者 kirillzernov67545
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://justpaste.me/p8yS
対応言語 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Media Downloader",
    "version": "0.0.3",
    "permissions": [
        "storage",
        "downloads",
        "activeTab",
        "scripting",
        "cookies",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content_js\/providers\/tubes.js",
                "libs\/jquery.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "images\/logo128.png",
        "48": "images\/logo48.png",
        "32": "images\/logo32.png",
        "16": "images\/logo16.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src https:\/\/* http:\/\/* http:\/\/*:* https:\/\/*:* data: blob: filesystem:;"
    }
}