Advice Max

helping you find out why a website is down

Apa itu Advice Max?

Advice Max adalah ekstensi Chrome yang dikembangkan oleh juliog156897, dan fitur utamanya adalah "helping you find out why a website is down".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Advice Max

Unduh file ekstensi Advice Max dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Advice Max Advice Max
ID lenhofokgdkhhjcmmennoclhkinbalpf
URL Resmi https://chrome.google.com/webstore/detail/advice-max/lenhofokgdkhhjcmmennoclhkinbalpf
Deskripsi helping you find out why a website is down
Ukuran File 18.1 KB
Jumlah Instalasi 20,000
Versi Saat Ini 1.0
Terakhir Diperbarui 2022-06-29
Tanggal Publikasi 2022-06-29
Penilaian 5.00/5 Total 3 Penilaian
Pengembang juliog156897
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://advice-max.com
Bahasa yang Didukung 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:\/\/*\/*"
    ]
}