Advice Max
helping you find out why a website is down
What is Advice Max?
Advice Max is a Chrome extension developed by juliog156897, and its main feature is "helping you find out why a website is down".
Extension Screenshots
Download Advice Max Extension CRX File
Download Advice Max 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
When a user goes to a website that is down it helps diagnose possible causes and then allows them to find replacement website.
Extension Basic Information
Name | |
ID | lenhofokgdkhhjcmmennoclhkinbalpf |
Official URL | https://chrome.google.com/webstore/detail/advice-max/lenhofokgdkhhjcmmennoclhkinbalpf |
Description | helping you find out why a website is down |
File Size | 18.1 KB |
Installation Count | 20,000 |
Current Version | 1.0 |
Last Updated | 2022-06-29 |
Publish Date | 2022-06-29 |
Rating | 5.00/5 Total 3 Ratings |
Developer | juliog156897 |
[email protected] | |
Payment Type | free |
Extension Website | https://advice-max.com |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Julio G", "name": "Advice Max", "short_name": "Advice Max", "homepage_url": "https:\/\/Advise-max.com", "description": "helping you find out why a website is down", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webRequest", "webNavigation", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |