Video Load Settings

Video Load Settings allows you to download videos from social networks directly to your device. It detects videos automatically,…

Hvad er Video Load Settings?

Video Load Settings er en Chrome-udvidelse udviklet af donnasummers6805, og dens hovedfunktion er "Video Load Settings allows you to download videos from social networks directly to your device. It detects videos automatically,…".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Video Load Settings-udvidelses-CRX-fil

Download Video Load Settings-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                                            

Grundlæggende oplysninger om udvidelsen

Navn Video Load Settings Video Load Settings
ID mmgkllhfdkaaphopaaacbhjgfmjldpjg
Officiel URL https://chrome.google.com/webstore/detail/video-load-settings/mmgkllhfdkaaphopaaacbhjgfmjldpjg
Beskrivelse Video Load Settings allows you to download videos from social networks directly to your device. It detects videos automatically,…
Filstørrelse 103 KB
Antal Installationer 8,346
Nuværende Version 1.0.0.2
Senest Opdateret 2022-10-15
Udgivelsesdato 2022-06-06
Bedømmelse 3.00/5 Samlet 2 Bedømmelser
Udvikler donnasummers6805
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://textbin.net/wvhu2hgmsg
Understøttede Sprog en,es,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "manifest_version": 3,
    "version": "1.0.0.2",
    "permissions": [
        "storage",
        "downloads",
        "scripting",
        "cookies",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src https:\/\/* http:\/\/* http:\/\/*:* https:\/\/*:* data: blob: filesystem:;"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/content_js\/providers\/tubes.js",
                "js\/s-content.js",
                "js\/content_js\/content.js",
                "js\/replacer.js"
            ],
            "match_about_blank": false,
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ]
}