Wallhaven Direct Downloader

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

Wat is Wallhaven Direct Downloader?

Wallhaven Direct Downloader is een Chrome-extensie ontwikkeld door https://erambert.me, en de belangrijkste functie is "Allows you to download the wallpapers on Wallhaven directly from the search/tag/random/toplist pages".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Wallhaven Direct Downloader

Download Wallhaven Direct Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Wallhaven Direct Downloader Wallhaven Direct Downloader
ID mggclgefcmlpigdbcpfheklbhflnknkf
Officiële URL https://chromewebstore.google.com/detail/wallhaven-direct-download/mggclgefcmlpigdbcpfheklbhflnknkf
Beschrijving Allows you to download the wallpapers on Wallhaven directly from the search/tag/random/toplist pages
Bestandsgrootte 25.18 KB
Aantal Installaties 2,000
Huidige Versie 1.4.1
Laatst Bijgewerkt 2024-02-02
Publicatiedatum 2019-06-20
Beoordeling 4.32/5 Totaal 37 Beoordelingen
Ontwikkelaar https://erambert.me
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/eramdam/WallbaseDirectDownloader
Help Pagina-URL https://github.com/eramdam/WallbaseDirectDownloader/issues
URL van de Privacybeleid Pagina https://github.com/eramdam/BetterTweetDeck/wiki/Privacy-policy
Ondersteunde Talen 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\/*"
    ]
}