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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://erambert.me และคุณลักษณะหลักของมันคือ "Allows you to download the wallpapers on Wallhaven directly from the search/tag/random/toplist pages"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wallhaven Direct Downloader

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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\/*"
    ]
}