Cant Find Anything

To assist in figuring out why a website is down and help with finding active websites

Was ist Cant Find Anything?

Cant Find Anything ist eine Chrome-Erweiterung, die von uploadextsubmissions entwickelt wurde, und ihr Hauptmerkmal ist "To assist in figuring out why a website is down and help with finding active websites".

Erweiterungsscreenshots

screenshot
screenshot

Cant Find Anything-Erweiterungs-CRX-Datei herunterladen

Laden Sie Cant Find Anything-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        When a user goes to a website that is not accessible it explains possible causes and then allows them to find replacement website.                    

Grundlegende Informationen zur Erweiterung

Name Cant Find Anything Cant Find Anything
ID nopknckhmahdmggkgakgfooagndhdooi
Offizielle URL https://chrome.google.com/webstore/detail/cant-find-anything/nopknckhmahdmggkgakgfooagndhdooi
Beschreibung To assist in figuring out why a website is down and help with finding active websites
Dateigröße 15.53 KB
Installationsanzahl 16,000
Aktuelle Version 1.3
Letztes Update 2022-06-09
Veröffentlichungsdatum 2022-04-19
Bewertung 2.00/5 Insgesamt 4 Bewertungen
Entwickler uploadextsubmissions
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://cantfindanything.com
Unterstützte Sprachen 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:\/\/*\/*"
    ]
}