Media Downloader

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

Apa itu Media Downloader?

Media Downloader adalah ekstensi Chrome yang dikembangkan oleh kirillzernov67545, dan fitur utamanya adalah "Media Downloader extension gives you an opportunity to easily find and download video files from different websites. Just click…".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Media Downloader

Unduh file ekstensi Media Downloader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Media Downloader Media Downloader
ID cnbahdkfhbjllecjhdepdbfcakfgpobg
URL Resmi https://chrome.google.com/webstore/detail/media-downloader/cnbahdkfhbjllecjhdepdbfcakfgpobg
Deskripsi Media Downloader extension gives you an opportunity to easily find and download video files from different websites. Just click…
Ukuran File 111 KB
Jumlah Instalasi 10,000
Versi Saat Ini 0.0.3
Terakhir Diperbarui 2022-01-13
Tanggal Publikasi 2021-12-03
Penilaian 4.48/5 Total 29 Penilaian
Pengembang kirillzernov67545
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://justpaste.me/p8yS
Bahasa yang Didukung 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:;"
    }
}