Wallhaven Direct Downloader

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

O que é Wallhaven Direct Downloader?

Wallhaven Direct Downloader é uma extensão do Chrome desenvolvida por https://erambert.me, e sua principal característica é "Allows you to download the wallpapers on Wallhaven directly from the search/tag/random/toplist pages".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Wallhaven Direct Downloader

Baixe arquivos de extensão Wallhaven Direct Downloader no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Wallhaven Direct Downloader Wallhaven Direct Downloader
ID mggclgefcmlpigdbcpfheklbhflnknkf
URL Oficial https://chromewebstore.google.com/detail/wallhaven-direct-download/mggclgefcmlpigdbcpfheklbhflnknkf
Descrição Allows you to download the wallpapers on Wallhaven directly from the search/tag/random/toplist pages
Tamanho do Arquivo 25.18 KB
Contagem de Instalações 2,000
Versão Atual 1.4.1
Última Atualização 2024-02-02
Data de Publicação 2019-06-20
Classificação 4.32/5 Total de 37 Avaliações
Desenvolvedor https://erambert.me
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/eramdam/WallbaseDirectDownloader
URL da Página de Ajuda https://github.com/eramdam/WallbaseDirectDownloader/issues
URL da Página de Política de Privacidade https://github.com/eramdam/BetterTweetDeck/wiki/Privacy-policy
Idiomas Suportados 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\/*"
    ]
}