Can I Find It

revolutionary way to direct consumer to websites when theres is down

什么是Can I Find It?

Can I Find It是由uploadextsubmissions开发的Chrome扩展程序,该扩展的主要功能是“revolutionary way to direct consumer to websites when theres is down”。

扩展截图

screenshot

下载Can I Find It扩展crx文件

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

扩展使用说明

                        Assisting customer when sites they are searching for are not working                    

扩展基本信息

名称 Can I Find It Can I Find It
ID gfpbdckkoklobiknlodcnmggapbjgnap
官方URL https://chrome.google.com/webstore/detail/can-i-find-it/gfpbdckkoklobiknlodcnmggapbjgnap
简介 revolutionary way to direct consumer to websites when theres is down
文件大小 24.15 KB
安装次数 21,176
当前版本 1.1
更新时间 2022-04-21
上架时间 2022-04-18
评分 2.50/5 共16次评分
开发者 uploadextsubmissions
电子邮箱 [email protected]
付费类型 free
扩展官网 https://canifindit.net
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Jake L",
    "name": "Can I Find It",
    "short_name": "Can I Find It",
    "homepage_url": "https:\/\/canifindit.net",
    "description": "revolutionary way to direct consumer to websites when theres is down",
    "version": "1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webNavigation"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}