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