MissURL

MissURL is a helpful tool that allows users to avoid http errors and review website performance data.

什么是MissURL?

MissURL是由Missurl开发的Chrome扩展程序,该扩展的主要功能是“MissURL is a helpful tool that allows users to avoid http errors and review website performance data.”。

扩展截图

screenshot
screenshot
screenshot

下载MissURL扩展crx文件

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

扩展使用说明

                        No more frustrating 404 errors and broken pages. Transform those dead ends into doorways with our Chrome Extension! 🚪🌟 Let our innovative extension automatically guide you to a relevant and helpful content, making lost moments turn into productive discoveries. Unlock a world of seamless browsing today!
Once you navigated to a broken or non existing page our extension shows you a 
brilliant missurl.net that offers a valuable information and a user friendly search bar with results powered by Bing.
Moreover, the extension shows the speed load of every page you visit, this data is useful for websites owner in first place. And if there is anything causes delays in loading the page - you can see that element in extension's popup.                    

扩展基本信息

名称 MissURL MissURL
ID kkjmhfmobiabpicokdcgjjgogigkibca
官方URL https://chromewebstore.google.com/detail/missurl/kkjmhfmobiabpicokdcgjjgogigkibca
简介 MissURL is a helpful tool that allows users to avoid http errors and review website performance data.
文件大小 9.51 KB
安装次数 3,924
当前版本 1.2
更新时间 2024-01-01
上架时间 2023-08-26
评分 5.00/5 共6次评分
开发者 Missurl
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://missurl.net/privacy.html
支持的语言 en-US
manifest.json
{
    "action": {
        "default_icon": "logo-128.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "content_scripts": [
        {
            "js": [
                "perf.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true
        }
    ],
    "description": "MissURL is a helpful tool that allows users to avoid http errors and review website performance data.",
    "homepage_url": "https:\/\/missurl.net",
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": "logo-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 3,
    "name": "MissURL",
    "permissions": [
        "webRequest",
        "webNavigation",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2"
}