Hoasted Check

Shows an blue cloud in the omnibar when you are browsing a site that is hosted on Hoasted

Qu'est-ce que Hoasted Check ?

Hoasted Check est une extension Chrome développée par https://hoasted.com, et sa fonction principale est "Shows an blue cloud in the omnibar when you are browsing a site that is hosted on Hoasted".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Hoasted Check

Téléchargez les fichiers d'extension Hoasted Check au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This developer tool shows the IP address of the website you are currently viewing. It does not listen to DNS, but checks from which IP address the current website resources are loaded. A quick and easy tool for developers, designers and system admins. Furthermore, Hoasted Check shows a blue cloud in the omnibar when you are browsing a site that is hosted on Hoasted.

Hoasted is an international web hosting company that focusses on delivering the best in class service and top notch performance. Standard packages come equipped with twice the performance compared to other hosting companies. Furthermore we provide companies, organizations and individuals services that help them in squeezing the most out of their hosting. Services include: Domain name registration, Wordpress hosting, Linux hosting, Reseller hosting, Windows hosting and Virtual Private Servers (VPS).                    

Informations de Base sur l'Extension

Nom Hoasted Check Hoasted Check
ID lpeaffpngcncaefnegoomkcboiojdfld
URL Officiel https://chromewebstore.google.com/detail/hoasted-check/lpeaffpngcncaefnegoomkcboiojdfld
Description Shows an blue cloud in the omnibar when you are browsing a site that is hosted on Hoasted
Taille du Fichier 66.54 KB
Nombre d'Installations 189
Version Actuelle 1.1.4
Dernière Mise à Jour 2023-12-04
Date de Publication 2020-06-16
Évaluation 3.67/5 Total 3 Évaluations
Développeur https://hoasted.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.hoasted.com/
URL de la Page d'Aide https://www.hoasted.com/support
URL de la Page de Politique de Confidentialité https://www.hoasted.com/AV.pdf
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hoasted Check",
    "description": "Shows an blue cloud in the omnibar when you are browsing a site that is hosted on Hoasted",
    "version": "1.1.4",
    "manifest_version": 2,
    "icons": {
        "128": "images\/orange-cloud-128.png"
    },
    "permissions": [
        "tabs",
        "webNavigation",
        "webRequest",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "page_action": {
        "default_title": "Hoasted"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "options_page": "options.html",
    "content_security_policy": "object-src 'self'; script-src 'self' 'unsafe-eval';"
}