Helperate
Help finding a reason a site is down and a way to find active websites
What is Helperate?
Helperate is a Chrome extension developed by uploadextsubmissions, and its main feature is "Help finding a reason a site is down and a way to find active websites".
Extension Screenshots
Download Helperate Extension CRX File
Download Helperate extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Preventing users from going to dead sites gives reasons and helps find active sites
Extension Basic Information
Name | |
ID | fnlfkioeooohccjhelehkkndaebknacc |
Official URL | https://chrome.google.com/webstore/detail/helperate/fnlfkioeooohccjhelehkkndaebknacc |
Description | Help finding a reason a site is down and a way to find active websites |
File Size | 16.4 KB |
Installation Count | 40,000 |
Current Version | 1.1 |
Last Updated | 2022-06-25 |
Publish Date | 2022-05-04 |
Rating | 3.00/5 Total 2 Ratings |
Developer | uploadextsubmissions |
[email protected] | |
Payment Type | free |
Extension Website | https://helperate.net |
Supported Languages | 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:\/\/*\/*" ] } |