Wallhaven Direct Downloader

Allows you to download the wallpapers on Wallhaven directly from the search/tag/random/toplist pages

Cos'è Wallhaven Direct Downloader?

Wallhaven Direct Downloader è un'estensione di Chrome sviluppata da https://erambert.me, e la sua funzione principale è "Allows you to download the wallpapers on Wallhaven directly from the search/tag/random/toplist pages".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Wallhaven Direct Downloader

Scarica i file di estensione Wallhaven Direct 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

                        Since Wallbase is dead and being replaced by Wallhaven, the extension has made the change

For those interested, the source code of the extension is available on GitHub :) https://github.com/eramdam/WallbaseDirectDownloader

*** CHANGELOG ***
Check the changelog here => https://github.com/eramdam/WallbaseDirectDownloader/releases                    

Informazioni di Base sull'Estensione

Nome Wallhaven Direct Downloader Wallhaven Direct Downloader
ID mggclgefcmlpigdbcpfheklbhflnknkf
URL Ufficiale https://chromewebstore.google.com/detail/wallhaven-direct-download/mggclgefcmlpigdbcpfheklbhflnknkf
Descrizione Allows you to download the wallpapers on Wallhaven directly from the search/tag/random/toplist pages
Dimensione del File 25.18 KB
Conteggio Installazioni 2,000
Versione Corrente 1.4.1
Ultimo Aggiornamento 2024-02-02
Data di Pubblicazione 2019-06-20
Valutazione 4.32/5 Totale 37 Valutazioni
Sviluppatore https://erambert.me
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/eramdam/WallbaseDirectDownloader
URL della Pagina di Aiuto https://github.com/eramdam/WallbaseDirectDownloader/issues
URL della Pagina della Politica sulla Privacy https://github.com/eramdam/BetterTweetDeck/wiki/Privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wallhaven Direct Downloader",
    "version": "1.4.1",
    "manifest_version": 3,
    "description": "Allows you to download the wallpapers on Wallhaven directly from the search\/tag\/random\/toplist pages",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/wallhaven.cc\/wallpaper\/*",
                "*:\/\/wallhaven.cc\/tag\/*",
                "*:\/\/wallhaven.cc\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "wbs.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "wallbase.eot",
                "wallbase.ttf",
                "wallbase.svg",
                "wallbase.woff"
            ],
            "matches": [
                "https:\/\/wallhaven.cc\/*"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "host_permissions": [
        "*:\/\/wallhaven.cc\/*",
        "*:\/\/*.wallhaven.cc\/*"
    ]
}