Wallhaven Direct Downloader

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

什麼是Wallhaven Direct Downloader?

Wallhaven Direct Downloader是由https://erambert.me開發的Chrome擴展程式,該擴展的主要功能是“Allows you to download the wallpapers on Wallhaven directly from the search/tag/random/toplist pages”。

擴展截圖

screenshot
screenshot

下載Wallhaven Direct Downloader擴展crx文件

下載Wallhaven Direct Downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Wallhaven Direct Downloader Wallhaven Direct Downloader
ID mggclgefcmlpigdbcpfheklbhflnknkf
官方網址 https://chromewebstore.google.com/detail/wallhaven-direct-download/mggclgefcmlpigdbcpfheklbhflnknkf
簡介 Allows you to download the wallpapers on Wallhaven directly from the search/tag/random/toplist pages
檔案大小 25.18 KB
安裝次數 2,000
目前版本 1.4.1
更新時間 2024-02-02
上架時間 2019-06-20
評分 4.32/5 共 37 次評分
開發者 https://erambert.me
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/eramdam/WallbaseDirectDownloader
說明頁面URL https://github.com/eramdam/WallbaseDirectDownloader/issues
隱私政策頁面URL https://github.com/eramdam/BetterTweetDeck/wiki/Privacy-policy
支援的語言 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\/*"
    ]
}