Down Assist
An extension that assists users in finding alternate options when a website is down.
什麼是Down Assist?
Down Assist是由wil開發的Chrome擴展程式,該擴展的主要功能是“An extension that assists users in finding alternate options when a website is down.”。
擴展截圖
下載Down Assist擴展crx文件
下載Down Assist擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Helps the user find searched alternative options when the website they are browsing is unavailable.
擴展基本資訊
名稱 | |
ID | peelfcfngfjcigoemmimebjlnfdpejdf |
官方網址 | https://chrome.google.com/webstore/detail/down-assist/peelfcfngfjcigoemmimebjlnfdpejdf |
簡介 | An extension that assists users in finding alternate options when a website is down. |
檔案大小 | 11.2 KB |
安裝次數 | 44,800 |
目前版本 | 1.0 |
更新時間 | 2022-04-28 |
上架時間 | 2022-04-28 |
評分 | 3.17/5 共 12 次評分 |
開發者 | wil |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://down-assist.com |
說明頁面URL | https://down-assist.com/?a=about |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Matt H", "name": "Down Assist", "short_name": "Down Assist", "homepage_url": "https:\/\/down-assist.com", "description": "An extension that assists users in finding alternate options when a website is down.", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webNavigation" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |