Wallhaven Direct Downloader
Allows you to download the wallpapers on Wallhaven directly from the search/tag/random/toplist pages
Co to jest Wallhaven Direct Downloader?
Wallhaven Direct Downloader to rozszerzenie Chrome opracowane przez https://erambert.me, a jego główną funkcją jest „Allows you to download the wallpapers on Wallhaven directly from the search/tag/random/toplist pages”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Wallhaven Direct Downloader
Pobierz pliki rozszerzeń Wallhaven Direct Downloader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Wallhaven Direct Downloader |
ID | mggclgefcmlpigdbcpfheklbhflnknkf |
Oficjalny URL | https://chromewebstore.google.com/detail/wallhaven-direct-download/mggclgefcmlpigdbcpfheklbhflnknkf |
Opis | Allows you to download the wallpapers on Wallhaven directly from the search/tag/random/toplist pages |
Rozmiar pliku | 25.18 KB |
Liczba instalacji | 2,000 |
Aktualna Wersja | 1.4.1 |
Ostatnia Aktualizacja | 2024-02-02 |
Data Publikacji | 2019-06-20 |
Ocena | 4.32/5 Łącznie 37 Oceny |
Deweloper | https://erambert.me |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/eramdam/WallbaseDirectDownloader |
Adres URL Strony Pomocy | https://github.com/eramdam/WallbaseDirectDownloader/issues |
Adres URL Strony Polityki Prywatności | https://github.com/eramdam/BetterTweetDeck/wiki/Privacy-policy |
Obsługiwane Języki | 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\/*" ] } |