Wallhaven Direct Downloader

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

Hvad er Wallhaven Direct Downloader?

Wallhaven Direct Downloader er en Chrome-udvidelse udviklet af https://erambert.me, og dens hovedfunktion er "Allows you to download the wallpapers on Wallhaven directly from the search/tag/random/toplist pages".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Wallhaven Direct Downloader-udvidelses-CRX-fil

Download Wallhaven Direct Downloader-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Wallhaven Direct Downloader Wallhaven Direct Downloader
ID mggclgefcmlpigdbcpfheklbhflnknkf
Officiel URL https://chromewebstore.google.com/detail/wallhaven-direct-download/mggclgefcmlpigdbcpfheklbhflnknkf
Beskrivelse Allows you to download the wallpapers on Wallhaven directly from the search/tag/random/toplist pages
Filstørrelse 25.18 KB
Antal Installationer 2,000
Nuværende Version 1.4.1
Senest Opdateret 2024-02-02
Udgivelsesdato 2019-06-20
Bedømmelse 4.32/5 Samlet 37 Bedømmelser
Udvikler https://erambert.me
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/eramdam/WallbaseDirectDownloader
Hjælpeside-URL https://github.com/eramdam/WallbaseDirectDownloader/issues
URL til Fortrolighedspolitik Side https://github.com/eramdam/BetterTweetDeck/wiki/Privacy-policy
Understøttede Sprog 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\/*"
    ]
}