Cant Find Anything
To assist in figuring out why a website is down and help with finding active websites
Qu'est-ce que Cant Find Anything ?
Cant Find Anything est une extension Chrome développée par uploadextsubmissions, et sa fonction principale est "To assist in figuring out why a website is down and help with finding active websites".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Cant Find Anything
Téléchargez les fichiers d'extension Cant Find Anything au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
When a user goes to a website that is not accessible it explains possible causes and then allows them to find replacement website.
Informations de Base sur l'Extension
Nom | |
ID | nopknckhmahdmggkgakgfooagndhdooi |
URL Officiel | https://chrome.google.com/webstore/detail/cant-find-anything/nopknckhmahdmggkgakgfooagndhdooi |
Description | To assist in figuring out why a website is down and help with finding active websites |
Taille du Fichier | 15.53 KB |
Nombre d'Installations | 16,000 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2022-06-09 |
Date de Publication | 2022-04-19 |
Évaluation | 2.00/5 Total 4 Évaluations |
Développeur | uploadextsubmissions |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://cantfindanything.com |
Langues Prises en Charge | 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:\/\/*\/*" ] } |