LiteVideoDownloader

LiteVideoDownloader finds out the location of media files on the web page and allows you to download them to your device. When…

Apa itu LiteVideoDownloader?

LiteVideoDownloader adalah ekstensi Chrome yang dikembangkan oleh aasm321hsan, dan fitur utamanya adalah "LiteVideoDownloader finds out the location of media files on the web page and allows you to download them to your device. When…".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi LiteVideoDownloader

Unduh file ekstensi LiteVideoDownloader 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

                        LiteVideoDownloader finds out the location of media files on the web page and allows you to download them to your device. 

When video files are detected, you will see the download button on the extension icon. Just click it and wait for a few seconds until it is saved. 

Now you can enjoy your favorite videos any time.                    

Informasi Dasar Ekstensi

Nama LiteVideoDownloader LiteVideoDownloader
ID neopknbjmplghljjlanogjhhbnbfdeam
URL Resmi https://chrome.google.com/webstore/detail/litevideodownloader/neopknbjmplghljjlanogjhhbnbfdeam
Deskripsi LiteVideoDownloader finds out the location of media files on the web page and allows you to download them to your device. When…
Ukuran File 105 KB
Jumlah Instalasi 10,000
Versi Saat Ini 0.0.3
Terakhir Diperbarui 2022-02-02
Tanggal Publikasi 2021-12-29
Penilaian 4.81/5 Total 26 Penilaian
Pengembang aasm321hsan
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://paste-bin.xyz/19338
Bahasa yang Didukung en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LiteVideoDownloader",
    "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:;"
    }
}