Hosting Checker: Who is Hosting This?

The Fastest Hosting Checker Tool on the web to check who is hosting this website. Simply click a button to know the host of website.

Τι είναι το Hosting Checker: Who is Hosting This?;

Το Hosting Checker: Who is Hosting This? είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.hostingchecker.net, και η κύρια λειτουργία του είναι "The Fastest Hosting Checker Tool on the web to check who is hosting this website. Simply click a button to know the host of website.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Hosting Checker: Who is Hosting This?

Λήψη αρχείων επέκτασης Hosting Checker: Who is Hosting This? σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Our Hosting Checker tool is ahead of the others and focuses on two things, Speed and Accuracy. We believe, a user does not deserve to wait for a lifetime to get what they want. Hence, we made our tool to load the results in 0.3 seconds, the fastest in the industry. Keeping the speed as one of our factors, we have improved the accuracy of our Tool and it now shows the user which Hosting Provider and IP Address the website uses, along with where its server computers are located. It also shows a few additional details which might be relevant to some use cases. This will ensure a more transparent environment for everyone. Using our tool, you can find out all the required public details about the website's hosting and in addition to that, you can view where the computers are located.

This tool is very beneficial for:

- Aspiring Webmasters and Bloggers to choose their Hosting Provider from our who is hosting this tool.
- Developers looking to host their new web app/web project on a strong server.
- People who are sending DMCA notices for copyright issues to webmasters.
- and many more!

Hosting Checker was one of the Featured Products of the Day (#7) on Product Hunt.

This plugin is Free to use. Please leave a review for us to get even better.                    

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

Όνομα Hosting Checker: Who is Hosting This? Hosting Checker: Who is Hosting This?
ID efokbgdpbocblhbpmjddlgolleffibbb
Επίσημο URL https://chromewebstore.google.com/detail/hosting-checker-who-is-ho/efokbgdpbocblhbpmjddlgolleffibbb
Περιγραφή The Fastest Hosting Checker Tool on the web to check who is hosting this website. Simply click a button to know the host of website.
Μέγεθος Αρχείου 65.46 KB
Αριθμός Εγκαταστάσεων 752
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2023-08-13
Ημερομηνία Δημοσίευσης 2020-07-11
Προγραμματιστής https://www.hostingchecker.net
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://hostingchecker.net/
Διεύθυνση URL της Σελίδας Βοήθειας https://hostingchecker.net/contact.html
URL της Σελίδας Πολιτικής Απορρήτου https://hostingchecker.net/privacy-policy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hosting Checker: Who is Hosting This?",
    "version": "1.0",
    "description": "The Fastest Hosting Checker Tool on the web to check who is hosting this website. Simply click a button to know the host of website.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.5.1.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab"
    ]
}