Wallhaven Direct Downloader

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

Co je Wallhaven Direct Downloader?

Wallhaven Direct Downloader je rozšíření Chrome vyvinuté https://erambert.me, a jeho hlavní funkcí je „Allows you to download the wallpapers on Wallhaven directly from the search/tag/random/toplist pages“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Wallhaven Direct Downloader

Stáhněte si soubory rozšíření Wallhaven Direct Downloader ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Wallhaven Direct Downloader Wallhaven Direct Downloader
ID mggclgefcmlpigdbcpfheklbhflnknkf
Oficiální URL https://chromewebstore.google.com/detail/wallhaven-direct-download/mggclgefcmlpigdbcpfheklbhflnknkf
Popis Allows you to download the wallpapers on Wallhaven directly from the search/tag/random/toplist pages
Velikost souboru 25.18 KB
Počet instalací 2,000
Aktuální Verze 1.4.1
Poslední Aktualizace 2024-02-02
Datum Vydání 2019-06-20
Hodnocení 4.32/5 Celkem 37 Hodnocení
Vývojář https://erambert.me
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/eramdam/WallbaseDirectDownloader
URL Stránky Nápovědy https://github.com/eramdam/WallbaseDirectDownloader/issues
URL Stránky Zásad Ochrany Soukromí https://github.com/eramdam/BetterTweetDeck/wiki/Privacy-policy
Podporované Jazyky 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\/*"
    ]
}