Finding a New Way

innovative way to find alternate websites, when the one your going to is down

什么是Finding a New Way?

Finding a New Way是由uploadextsubmissions开发的Chrome扩展程序,该扩展的主要功能是“innovative way to find alternate websites, when the one your going to is down”。

扩展截图

screenshot
screenshot

下载Finding a New Way扩展crx文件

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

扩展使用说明

                        When a user attempts to go to a website and the website is showing down give them alternative sites                    

扩展基本信息

名称 Finding a New Way Finding a New Way
ID knfajdoicgljphkcobpeinoiejhgpofe
官方URL https://chrome.google.com/webstore/detail/finding-a-new-way/knfajdoicgljphkcobpeinoiejhgpofe
简介 innovative way to find alternate websites, when the one your going to is down
文件大小 37.51 KB
安装次数 175,094
当前版本 1.1
更新时间 2022-05-07
上架时间 2022-05-07
评分 3.78/5 共18次评分
开发者 uploadextsubmissions
电子邮箱 [email protected]
付费类型 free
扩展官网 https://findinganewway.com
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "David H",
    "name": "Finding a New Way",
    "short_name": "Finding a new way",
    "homepage_url": "https:\/\/findinganewway.com",
    "description": "innovative way to find alternate websites, when the one your going to is down",
    "version": "1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webNavigation"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}