Wallhaven Direct Downloader

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

Qu'est-ce que Wallhaven Direct Downloader ?

Wallhaven Direct Downloader est une extension Chrome développée par https://erambert.me, et sa fonction principale est "Allows you to download the wallpapers on Wallhaven directly from the search/tag/random/toplist pages".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Wallhaven Direct Downloader

Téléchargez les fichiers d'extension Wallhaven Direct 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

                        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                    

Informations de Base sur l'Extension

Nom Wallhaven Direct Downloader Wallhaven Direct Downloader
ID mggclgefcmlpigdbcpfheklbhflnknkf
URL Officiel https://chromewebstore.google.com/detail/wallhaven-direct-download/mggclgefcmlpigdbcpfheklbhflnknkf
Description Allows you to download the wallpapers on Wallhaven directly from the search/tag/random/toplist pages
Taille du Fichier 25.18 KB
Nombre d'Installations 2,000
Version Actuelle 1.4.1
Dernière Mise à Jour 2024-02-02
Date de Publication 2019-06-20
Évaluation 4.32/5 Total 37 Évaluations
Développeur https://erambert.me
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/eramdam/WallbaseDirectDownloader
URL de la Page d'Aide https://github.com/eramdam/WallbaseDirectDownloader/issues
URL de la Page de Politique de Confidentialité https://github.com/eramdam/BetterTweetDeck/wiki/Privacy-policy
Langues Prises en Charge 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\/*"
    ]
}