Cant Find Anything
To assist in figuring out why a website is down and help with finding active websites
Co je Cant Find Anything?
Cant Find Anything je rozšíření Chrome vyvinuté uploadextsubmissions, a jeho hlavní funkcí je „To assist in figuring out why a website is down and help with finding active websites“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Cant Find Anything
Stáhněte si soubory rozšíření Cant Find Anything ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
When a user goes to a website that is not accessible it explains possible causes and then allows them to find replacement website.
Základní Informace o Rozšíření
Název | |
ID | nopknckhmahdmggkgakgfooagndhdooi |
Oficiální URL | https://chrome.google.com/webstore/detail/cant-find-anything/nopknckhmahdmggkgakgfooagndhdooi |
Popis | To assist in figuring out why a website is down and help with finding active websites |
Velikost souboru | 15.53 KB |
Počet instalací | 16,000 |
Aktuální Verze | 1.3 |
Poslední Aktualizace | 2022-06-09 |
Datum Vydání | 2022-04-19 |
Hodnocení | 2.00/5 Celkem 4 Hodnocení |
Vývojář | uploadextsubmissions |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://cantfindanything.com |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Rachel S", "name": "Cant Find Anything", "short_name": "cant find anything", "homepage_url": "https:\/\/cantfindanything.com", "description": "To assist in figuring out why a website is down and help with finding active websites", "version": "1.3", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webRequest", "webNavigation", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |