Advice Max

helping you find out why a website is down

Wat is Advice Max?

Advice Max is een Chrome-extensie ontwikkeld door juliog156897, en de belangrijkste functie is "helping you find out why a website is down".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Advice Max

Download Advice Max-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Advice Max Advice Max
ID lenhofokgdkhhjcmmennoclhkinbalpf
Officiële URL https://chrome.google.com/webstore/detail/advice-max/lenhofokgdkhhjcmmennoclhkinbalpf
Beschrijving helping you find out why a website is down
Bestandsgrootte 18.1 KB
Aantal Installaties 20,000
Huidige Versie 1.0
Laatst Bijgewerkt 2022-06-29
Publicatiedatum 2022-06-29
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar juliog156897
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://advice-max.com
Ondersteunde Talen 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:\/\/*\/*"
    ]
}