Helperate
Help finding a reason a site is down and a way to find active websites
什麼是Helperate?
Helperate是由uploadextsubmissions開發的Chrome擴展程式,該擴展的主要功能是“Help finding a reason a site is down and a way to find active websites”。
擴展截圖
下載Helperate擴展crx文件
下載Helperate擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Preventing users from going to dead sites gives reasons and helps find active sites
擴展基本資訊
名稱 | |
ID | fnlfkioeooohccjhelehkkndaebknacc |
官方網址 | https://chrome.google.com/webstore/detail/helperate/fnlfkioeooohccjhelehkkndaebknacc |
簡介 | Help finding a reason a site is down and a way to find active websites |
檔案大小 | 16.4 KB |
安裝次數 | 40,000 |
目前版本 | 1.1 |
更新時間 | 2022-06-25 |
上架時間 | 2022-05-04 |
評分 | 3.00/5 共 2 次評分 |
開發者 | uploadextsubmissions |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://helperate.net |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Daniel H", "name": "Helperate", "short_name": "Helperate", "homepage_url": "https:\/\/helperate.net", "description": "Help finding a reason a site is down and a way to find active websites", "version": "1.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webRequest", "webNavigation", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |