Webpage Downloader
It sends the webpage link to a local server for downloading, what more do you want
Cos'è Webpage Downloader?
Webpage Downloader è un'estensione di Chrome sviluppata da timber.gamer, e la sua funzione principale è "It sends the webpage link to a local server for downloading, what more do you want".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Webpage Downloader
Scarica i file di estensione Webpage Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | nfkaeignpggbjnhhijmggoeploenicdo |
| URL Ufficiale | https://chromewebstore.google.com/detail/webpage-downloader/nfkaeignpggbjnhhijmggoeploenicdo |
| Descrizione | It sends the webpage link to a local server for downloading, what more do you want |
| Dimensione del File | 9.04 KB |
| Conteggio Installazioni | 3,152 |
| Versione Corrente | 2.5 |
| Ultimo Aggiornamento | 2021-10-28 |
| Data di Pubblicazione | 2020-12-29 |
| Valutazione | 3.00/5 Totale 2 Valutazioni |
| Sviluppatore | timber.gamer |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/Timber1900/WebDL/releases/latest |
| URL della Pagina di Aiuto | https://github.com/Timber1900/WebDL/issues/new/choose |
| Lingue Supportate | 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"
}
} | |