Advice Max
helping you find out why a website is down
Vad är Advice Max?
Advice Max är en Chrome-tillägg utvecklad av juliog156897, och dess huvudfunktion är "helping you find out why a website is down".
Tilläggsskärmbilder
Ladda ner Advice Max-förlängningens CRX-fil
Ladda ner Advice Max-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
When a user goes to a website that is down it helps diagnose possible causes and then allows them to find replacement website.
Grundläggande Information om Tillägg
Namn | |
ID | lenhofokgdkhhjcmmennoclhkinbalpf |
Officiell webbadress | https://chrome.google.com/webstore/detail/advice-max/lenhofokgdkhhjcmmennoclhkinbalpf |
Beskrivning | helping you find out why a website is down |
Filstorlek | 18.1 KB |
Antal Installationer | 20,000 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2022-06-29 |
Publiceringsdatum | 2022-06-29 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | juliog156897 |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://advice-max.com |
Stödda Språk | 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:\/\/*\/*" ] } |