Cant Find Anything

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

Co to jest Cant Find Anything?

Cant Find Anything to rozszerzenie Chrome opracowane przez uploadextsubmissions, a jego główną funkcją jest „To assist in figuring out why a website is down and help with finding active websites”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Cant Find Anything

Pobierz pliki rozszerzeń Cant Find Anything w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Cant Find Anything Cant Find Anything
ID nopknckhmahdmggkgakgfooagndhdooi
Oficjalny URL https://chrome.google.com/webstore/detail/cant-find-anything/nopknckhmahdmggkgakgfooagndhdooi
Opis To assist in figuring out why a website is down and help with finding active websites
Rozmiar pliku 15.53 KB
Liczba instalacji 16,000
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2022-06-09
Data Publikacji 2022-04-19
Ocena 2.00/5 Łącznie 4 Oceny
Deweloper uploadextsubmissions
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://cantfindanything.com
Obsługiwane Języki 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:\/\/*\/*"
    ]
}