Hoasted Check

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

什么是Hoasted Check?

Hoasted Check是由https://hoasted.com开发的Chrome扩展程序,该扩展的主要功能是“Shows an blue cloud in the omnibar when you are browsing a site that is hosted on Hoasted”。

扩展截图

screenshot

下载Hoasted Check扩展crx文件

下载Hoasted Check扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Hoasted Check Hoasted Check
ID lpeaffpngcncaefnegoomkcboiojdfld
官方URL https://chromewebstore.google.com/detail/hoasted-check/lpeaffpngcncaefnegoomkcboiojdfld
简介 Shows an blue cloud in the omnibar when you are browsing a site that is hosted on Hoasted
文件大小 66.54 KB
安装次数 189
当前版本 1.1.4
更新时间 2023-12-04
上架时间 2020-06-16
评分 3.67/5 共3次评分
开发者 https://hoasted.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.hoasted.com/
帮助页面URL https://www.hoasted.com/support
隐私政策页面URL https://www.hoasted.com/AV.pdf
支持的语言 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';"
}