Cant Find Anything
To assist in figuring out why a website is down and help with finding active websites
Vad är Cant Find Anything?
Cant Find Anything är en Chrome-tillägg utvecklad av uploadextsubmissions, och dess huvudfunktion är "To assist in figuring out why a website is down and help with finding active websites".
Tilläggsskärmbilder
Ladda ner Cant Find Anything-förlängningens CRX-fil
Ladda ner Cant Find Anything-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 not accessible it explains possible causes and then allows them to find replacement website.
Grundläggande Information om Tillägg
Namn | |
ID | nopknckhmahdmggkgakgfooagndhdooi |
Officiell webbadress | https://chrome.google.com/webstore/detail/cant-find-anything/nopknckhmahdmggkgakgfooagndhdooi |
Beskrivning | To assist in figuring out why a website is down and help with finding active websites |
Filstorlek | 15.53 KB |
Antal Installationer | 16,000 |
Aktuell Version | 1.3 |
Senast Uppdaterad | 2022-06-09 |
Publiceringsdatum | 2022-04-19 |
Betyg | 2.00/5 Totalt 4 Betyg |
Utvecklare | uploadextsubmissions |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://cantfindanything.com |
Stödda Språk | 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:\/\/*\/*" ] } |