MediaSaver

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

Co je MediaSaver?

MediaSaver je rozšíření Chrome vyvinuté aliaaksjshu87, a jeho hlavní funkcí je „Media saver helps you to download your favorite video files. When you found the video you want to save from the website, simply…“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření MediaSaver

Stáhněte si soubory rozšíření MediaSaver ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název MediaSaver MediaSaver
ID anjafmelcafanhdjgifnicnfmmdofheo
Oficiální URL https://chrome.google.com/webstore/detail/mediasaver/anjafmelcafanhdjgifnicnfmmdofheo
Popis Media saver helps you to download your favorite video files. When you found the video you want to save from the website, simply…
Velikost souboru 126 KB
Počet instalací 10,000
Aktuální Verze 0.0.3
Poslední Aktualizace 2022-02-04
Datum Vydání 2021-12-22
Hodnocení 4.88/5 Celkem 24 Hodnocení
Vývojář aliaaksjshu87
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://www.logpasta.com/paste/ffb8859b-d596-4709-b180-52de9dc670ca
Podporované Jazyky 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:;"
    }
}