MediaSaver

Media saver helps you to download your favorite video files. When you found the video you want to save from the website, simply…

Was ist MediaSaver?

MediaSaver ist eine Chrome-Erweiterung, die von aliaaksjshu87 entwickelt wurde, und ihr Hauptmerkmal ist "Media saver helps you to download your favorite video files. When you found the video you want to save from the website, simply…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

MediaSaver-Erweiterungs-CRX-Datei herunterladen

Laden Sie MediaSaver-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

                        Media saver helps you to download your favorite video files. 

When you found the video you want to save from the website, simply click to the extension menu. There you will see the list of available files. 

Just click the "download" button and the video file will be saved to your device in a few seconds.                    

Grundlegende Informationen zur Erweiterung

Name MediaSaver MediaSaver
ID anjafmelcafanhdjgifnicnfmmdofheo
Offizielle URL https://chrome.google.com/webstore/detail/mediasaver/anjafmelcafanhdjgifnicnfmmdofheo
Beschreibung Media saver helps you to download your favorite video files. When you found the video you want to save from the website, simply…
Dateigröße 126 KB
Installationsanzahl 10,000
Aktuelle Version 0.0.3
Letztes Update 2022-02-04
Veröffentlichungsdatum 2021-12-22
Bewertung 4.88/5 Insgesamt 24 Bewertungen
Entwickler aliaaksjshu87
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.logpasta.com/paste/ffb8859b-d596-4709-b180-52de9dc670ca
Unterstützte Sprachen en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MediaSaver",
    "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:;"
    }
}