Down Redirect
website down redirect to a new one
什么是Down Redirect?
Down Redirect是由uploadextsubmissions开发的Chrome扩展程序,该扩展的主要功能是“website down redirect to a new one”。
扩展截图
下载Down Redirect扩展crx文件
下载Down Redirect扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
When the site is down we help you get to active working websites that are available.
扩展基本信息
名称 | Down Redirect |
ID | ghfnbceefacfamdjbkddabkmdapjhlem |
官方URL | https://chromewebstore.google.com/detail/down-redirect/ghfnbceefacfamdjbkddabkmdapjhlem |
简介 | website down redirect to a new one |
文件大小 | 15.7 KB |
安装次数 | 10,000 |
当前版本 | 1.1 |
更新时间 | 2022-04-21 |
上架时间 | 2022-04-19 |
评分 | 2.25/5 共8次评分 |
开发者 | uploadextsubmissions |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://downredirect.com |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "David K", "name": "Down Redirect", "short_name": "Down Redirect", "homepage_url": "https:\/\/Downredirect.com", "description": "website down redirect to a new one", "version": "1.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webNavigation" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |