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
拡張機能の基本情報
名前 | 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 |
Eメール | [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\/*" ] } |