Webpage Downloader

It sends the webpage link to a local server for downloading, what more do you want

Co to jest Webpage Downloader?

Webpage Downloader to rozszerzenie Chrome opracowane przez timber.gamer, a jego główną funkcją jest „It sends the webpage link to a local server for downloading, what more do you want”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Webpage Downloader

Pobierz pliki rozszerzeń Webpage Downloader 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

                        This extension reads a tab's url and sends it to a local server, use it for downloading videos with https://github.com/Timber1900/WebDL/releases/latest                    

Podstawowe informacje o rozszerzeniu

Nazwa Webpage Downloader Webpage Downloader
ID nfkaeignpggbjnhhijmggoeploenicdo
Oficjalny URL https://chromewebstore.google.com/detail/webpage-downloader/nfkaeignpggbjnhhijmggoeploenicdo
Opis It sends the webpage link to a local server for downloading, what more do you want
Rozmiar pliku 9.04 KB
Liczba instalacji 3,152
Aktualna Wersja 2.5
Ostatnia Aktualizacja 2021-10-28
Data Publikacji 2020-12-29
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper timber.gamer
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/Timber1900/WebDL/releases/latest
Adres URL Strony Pomocy https://github.com/Timber1900/WebDL/issues/new/choose
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Webpage Downloader",
    "description": "It sends the webpage link to a local server for downloading, what more do you want",
    "version": "2.5",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "http:\/\/localhost\/",
        "contextMenus",
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/page-16.png",
            "32": "icons\/page-32.png",
            "48": "icons\/page-48.png"
        }
    },
    "icons": {
        "48": "icons\/page-48.png"
    }
}