my not found

My Not Found, gives users an option to find related sites if the original website is no longer online

什么是my not found?

my not found是由doyle1598765开发的Chrome扩展程序,该扩展的主要功能是“My Not Found, gives users an option to find related sites if the original website is no longer online ”。

扩展截图

screenshot
screenshot
screenshot

下载my not found扩展crx文件

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

扩展使用说明

                        finding relevant content for a consumer if website not available                    

扩展基本信息

名称 my not found my not found
ID gdjfpoombkbagdjhpnckejfbjofmchcn
官方URL https://chrome.google.com/webstore/detail/my-not-found/gdjfpoombkbagdjhpnckejfbjofmchcn
简介 My Not Found, gives users an option to find related sites if the original website is no longer online
文件大小 7.41 KB
安装次数 1,374
当前版本 1.0
更新时间 2021-09-16
上架时间 2021-09-16
开发者 doyle1598765
电子邮箱 [email protected]
付费类型 free
扩展官网 https://mynotfound.com/
支持的语言 en-US
manifest.json
{
    "author": "Theo Parker",
    "name": "my not found",
    "short_name": "My Not Found",
    "homepage_url": "https:\/\/mynotfound.com",
    "description": "My Not Found, gives users an option to find related sites if the original website is no longer online ",
    "version": "1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "logo-128.png",
        "default_title": "My Not Found"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webRequest",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}