Video Load Settings

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

Was ist Video Load Settings?

Video Load Settings ist eine Chrome-Erweiterung, die von donnasummers6805 entwickelt wurde, und ihr Hauptmerkmal ist "Video Load Settings allows you to download videos from social networks directly to your device. It detects videos automatically,…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Video Load Settings-Erweiterungs-CRX-Datei herunterladen

Laden Sie Video Load Settings-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                                            

Grundlegende Informationen zur Erweiterung

Name Video Load Settings Video Load Settings
ID mmgkllhfdkaaphopaaacbhjgfmjldpjg
Offizielle URL https://chrome.google.com/webstore/detail/video-load-settings/mmgkllhfdkaaphopaaacbhjgfmjldpjg
Beschreibung Video Load Settings allows you to download videos from social networks directly to your device. It detects videos automatically,…
Dateigröße 103 KB
Installationsanzahl 8,346
Aktuelle Version 1.0.0.2
Letztes Update 2022-10-15
Veröffentlichungsdatum 2022-06-06
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler donnasummers6805
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://textbin.net/wvhu2hgmsg
Unterstützte Sprachen 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"
        }
    ]
}