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 |
官方網址 | 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:\/\/*\/*" ] } |