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
Eメール [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:\/\/*\/*"
    ]
}