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”。
扩展截图
下载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 扩展基本信息
| 名称 | |
| 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\/*"
]
} | |