Web download master

Web downloader master helps you to find your favorite media files on different websites and download them to your device. Simply…

Co to jest Web download master?

Web download master to rozszerzenie Chrome opracowane przez ssisovaleksandr, a jego główną funkcją jest „Web downloader master helps you to find your favorite media files on different websites and download them to your device. Simply…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Web download master

Pobierz pliki rozszerzeń Web download master w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Web downloader master helps you to find your favorite media files on different websites and download them to your device.

Simply click the extension icon to see the list of media files available for download. After clicking the "download" button files will be saved in a few seconds.                    

Podstawowe informacje o rozszerzeniu

Nazwa Web download master Web download master
ID cobbnliknhnaocjdoicihkicognfehfh
Oficjalny URL https://chrome.google.com/webstore/detail/web-download-master/cobbnliknhnaocjdoicihkicognfehfh
Opis Web downloader master helps you to find your favorite media files on different websites and download them to your device. Simply…
Rozmiar pliku 92.23 KB
Liczba instalacji 7,000
Aktualna Wersja 0.0.3
Ostatnia Aktualizacja 2022-02-02
Data Publikacji 2021-12-24
Ocena 4.52/5 Łącznie 29 Oceny
Deweloper ssisovaleksandr
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://justpaste.it/3ruow
Obsługiwane Języki en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web download master",
    "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:;"
    }
}