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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Wallhaven Direct Downloader
قم بتنزيل ملفات الامتداد Wallhaven Direct Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | https://github.com/eramdam/WallbaseDirectDownloader/issues |
عنوان صفحة سياسة الخصوصية | 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\/*" ] } |