Webpage Downloader

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

Qu'est-ce que Webpage Downloader ?

Webpage Downloader est une extension Chrome développée par timber.gamer, et sa fonction principale est "It sends the webpage link to a local server for downloading, what more do you want".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Webpage Downloader

Téléchargez les fichiers d'extension Webpage Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Webpage Downloader Webpage Downloader
ID nfkaeignpggbjnhhijmggoeploenicdo
URL Officiel https://chromewebstore.google.com/detail/webpage-downloader/nfkaeignpggbjnhhijmggoeploenicdo
Description It sends the webpage link to a local server for downloading, what more do you want
Taille du Fichier 9.04 KB
Nombre d'Installations 3,152
Version Actuelle 2.5
Dernière Mise à Jour 2021-10-28
Date de Publication 2020-12-29
Évaluation 3.00/5 Total 2 Évaluations
Développeur timber.gamer
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Timber1900/WebDL/releases/latest
URL de la Page d'Aide https://github.com/Timber1900/WebDL/issues/new/choose
Langues Prises en Charge 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"
    }
}