Advice Max

helping you find out why a website is down

什么是Advice Max?

Advice Max是由juliog156897开发的Chrome扩展程序,该扩展的主要功能是“helping you find out why a website is down”。

扩展截图

screenshot
screenshot

下载Advice Max扩展crx文件

下载Advice Max扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        When a user goes to a website that is down it helps diagnose possible causes and then allows them to find replacement website.                    

扩展基本信息

名称 Advice Max Advice Max
ID lenhofokgdkhhjcmmennoclhkinbalpf
官方URL https://chrome.google.com/webstore/detail/advice-max/lenhofokgdkhhjcmmennoclhkinbalpf
简介 helping you find out why a website is down
文件大小 18.1 KB
安装次数 20,000
当前版本 1.0
更新时间 2022-06-29
上架时间 2022-06-29
评分 5.00/5 共3次评分
开发者 juliog156897
电子邮箱 [email protected]
付费类型 free
扩展官网 https://advice-max.com
支持的语言 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:\/\/*\/*"
    ]
}