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