Cant Find Anything

To assist in figuring out why a website is down and help with finding active websites

什么是Cant Find Anything?

Cant Find Anything是由uploadextsubmissions开发的Chrome扩展程序,该扩展的主要功能是“To assist in figuring out why a website is down and help with finding active websites”。

扩展截图

screenshot
screenshot

下载Cant Find Anything扩展crx文件

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

扩展使用说明

                        When a user goes to a website that is not accessible it explains possible causes and then allows them to find replacement website.                    

扩展基本信息

名称 Cant Find Anything Cant Find Anything
ID nopknckhmahdmggkgakgfooagndhdooi
官方URL https://chrome.google.com/webstore/detail/cant-find-anything/nopknckhmahdmggkgakgfooagndhdooi
简介 To assist in figuring out why a website is down and help with finding active websites
文件大小 15.53 KB
安装次数 16,000
当前版本 1.3
更新时间 2022-06-09
上架时间 2022-04-19
评分 2.00/5 共4次评分
开发者 uploadextsubmissions
电子邮箱 [email protected]
付费类型 free
扩展官网 https://cantfindanything.com
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Rachel S",
    "name": "Cant Find Anything",
    "short_name": "cant find anything",
    "homepage_url": "https:\/\/cantfindanything.com",
    "description": "To assist in figuring out why a website is down and help with finding active websites",
    "version": "1.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webRequest",
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}