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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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\/*" ] } |