Wallhaven Direct Downloader

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

Wallhaven Direct Downloader là gì?

Wallhaven Direct Downloader là một tiện ích mở rộng Chrome được phát triển bởi https://erambert.me, và tính năng chính của nó là "Allows you to download the wallpapers on Wallhaven directly from the search/tag/random/toplist pages".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Wallhaven Direct Downloader

Tải xuống các tệp mở rộng Wallhaven Direct Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Wallhaven Direct Downloader Wallhaven Direct Downloader
ID mggclgefcmlpigdbcpfheklbhflnknkf
URL Chính Thức https://chromewebstore.google.com/detail/wallhaven-direct-download/mggclgefcmlpigdbcpfheklbhflnknkf
Mô tả Allows you to download the wallpapers on Wallhaven directly from the search/tag/random/toplist pages
Kích Thước Tệp 25.18 KB
Số Lần Cài Đặt 2,000
Phiên Bản Hiện Tại 1.4.1
Cập Nhật Lần Cuối 2024-02-02
Ngày Phát Hành 2019-06-20
Đánh Giá 4.32/5 Tổng số 37 Đánh Giá
Nhà Phát Triển https://erambert.me
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/eramdam/WallbaseDirectDownloader
URL Trang Trợ Giúp https://github.com/eramdam/WallbaseDirectDownloader/issues
URL Trang Chính Sách Bảo Mật https://github.com/eramdam/BetterTweetDeck/wiki/Privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}