HTTracker Web Downloader

It downloads entire Website. made by SoftwarePrince.com as a software development company.

Τι είναι το HTTracker Web Downloader;

Το HTTracker Web Downloader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://softwareprince.com, και η κύρια λειτουργία του είναι "It downloads entire Website. made by SoftwarePrince.com as a software development company.".

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

screenshot

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

Λήψη αρχείων επέκτασης HTTracker Web Downloader σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This HTTracker Web Downloader Extension Downloads entire website for offline usage.

It allows you to download a World Wide Web site from the Internet to a local directory, building recursively all directories, getting HTML, images, and other files from the server to your computer. HTTracker arranges the original site's relative link-structure. Simply open a page of the "mirrored" website in your browser, and you can browse the site from link to link, as if you were viewing it online. 

If you need to download websites which have login screens or captchas or scrape detectors, you cant download them with other website downloader software so we have developed an extension which can download all kind of websites

HTTracker Web Downloader Extension is The Best Tool you have ever used to download offline websites that can even work on password and payment protected websites, you just have to click Download after you logging in to that website, and if some website has some notice like cookie notice then desktop software make a mess but this extension downloads websites properly exactly like they look in browser. you can also use this extension to download contents of a website if you know contents of a website aren't gonna be available permanently for you.

HTTracker Web Downloader Extension will create directory structure of the website in the downloads folder. there might be some websites which may feel like broken to you but they aren't, you just have to put them in proper directory if needed, on windows you might have to put them under localhost/XAMPP sometimes. you can see how to do that in the video.

this extension is batter alternative of HTTrack Website Copier, Archivarix, Local Website Archive, Cyotek WebCopy, SiteSucker, Website Ripper Copier, Website Downloader, SitePuller, SurfOffline, Website eXtractor, Web2Disk, Offline Explorer, WebWhacker, Webscrapbook, GetLeft. It can be installed in single click and works with single click on any operating system, you dont even need to copy paste URL of website.

Features:
* Keep track of crawled pages so that previously crawled pages are not visited again
* All files for site should be downloaded and correctly mapped so that static files could be hosted
* Offsite JavaScript, CSS and images should be downloaded local and mapped
* Support whitelist and blacklist link patterns using regex - only crawl pages that match patterns
* Allow user to enter minimum and maximum delay (wait) (seconds to wait before going to next page)
* Randomly generate delay (wait)
 per page using minimum and maximum delay seconds
* Allow user to pause crawl (so that you can modify something on a page)
* Allow user to force update crawl (ignore crawled pages)
* will download in Downloads sub folder named same as web name

This company or this Extension has no relation with HTTrack or any other alternatives mentioned above, these names is just used to batter explain the functionality of extension.

This Extension was made by developers at Software Prince (https://SoftwarePrince.com) which is a development company who can make Software/Mobile Apps/Websites/Extensions for you or your company


our other Publicly Available Chrome Extensions:
this extension can download entire website or offline use, you can also download websites in logged in form.
https://chrome.google.com/webstore/detail/httracker-web-downloader/jappiofnhfolelcaeoimjcodghnnkfb

Read Jokes, Be Happy
https://chrome.google.com/webstore/detail/dad-jokes/hphelbgimapmkcoelkoeeiebpiokglkh

WhatsApp Bulk Messages Sender Extension:
https://chrome.google.com/webstore/detail/whatsappbulk-message-free/bopldfphkpofocbidbipnnijhnjnbpoi

if you want us to build for you similar extensions or mobile apps or desktop software or websites, you can contact me at: https://sixer.co/ or https://softwareprince.com/                    

Βασικές Πληροφορίες Επέκτασης

Όνομα HTTracker Web Downloader HTTracker Web Downloader
ID jappiofnhfolelcaeoimjcodghnnkfbk
Επίσημο URL https://chromewebstore.google.com/detail/httracker-web-downloader/jappiofnhfolelcaeoimjcodghnnkfbk
Περιγραφή It downloads entire Website. made by SoftwarePrince.com as a software development company.
Μέγεθος Αρχείου 1.01 MB
Αριθμός Εγκαταστάσεων 7,187
Τρέχουσα Έκδοση 3.6
Τελευταία Ενημέρωση 2023-06-11
Ημερομηνία Δημοσίευσης 2020-12-04
Αξιολόγηση 2.50/5 Συνολικά 18 Αξιολογήσεις
Προγραμματιστής https://softwareprince.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://SoftwarePrince.com?page=ChromStore&src=HTTracker
Διεύθυνση URL της Σελίδας Βοήθειας https://SoftwarePrince.com?page=ChromStore&src=HTTracker
URL της Σελίδας Πολιτικής Απορρήτου https://softwareprince.com/PrivacyPolicy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HTTracker Web Downloader",
    "description": "It downloads entire Website. made by SoftwarePrince.com as a software development company.",
    "version": "3.6",
    "permissions": [
        "",
        "activeTab",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "downloads"
    ],
    "homepage_url": "https:\/\/SoftwarePrince.com\/?src=WebDownloaderExt&page=manifest",
    "background": {
        "scripts": [
            "background.js",
            "log.js",
            "WhoIsUser.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "128": "icon.png"
    }
}