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".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Wallhaven Direct Downloader

Λήψη αρχείων επέκτασης 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 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\/*"
    ]
}