Wallhaven Direct Downloader

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

Was ist Wallhaven Direct Downloader?

Wallhaven Direct Downloader ist eine Chrome-Erweiterung, die von https://erambert.me entwickelt wurde, und ihr Hauptmerkmal ist "Allows you to download the wallpapers on Wallhaven directly from the search/tag/random/toplist pages".

Erweiterungsscreenshots

screenshot
screenshot

Wallhaven Direct Downloader-Erweiterungs-CRX-Datei herunterladen

Laden Sie Wallhaven Direct Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Wallhaven Direct Downloader Wallhaven Direct Downloader
ID mggclgefcmlpigdbcpfheklbhflnknkf
Offizielle URL https://chromewebstore.google.com/detail/wallhaven-direct-download/mggclgefcmlpigdbcpfheklbhflnknkf
Beschreibung Allows you to download the wallpapers on Wallhaven directly from the search/tag/random/toplist pages
Dateigröße 25.18 KB
Installationsanzahl 2,000
Aktuelle Version 1.4.1
Letztes Update 2024-02-02
Veröffentlichungsdatum 2019-06-20
Bewertung 4.32/5 Insgesamt 37 Bewertungen
Entwickler https://erambert.me
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/eramdam/WallbaseDirectDownloader
Hilfeseite URL https://github.com/eramdam/WallbaseDirectDownloader/issues
URL der Datenschutzrichtlinien-Seite https://github.com/eramdam/BetterTweetDeck/wiki/Privacy-policy
Unterstützte Sprachen 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\/*"
    ]
}