It's Now Found

Now it's easier to find a website that's missing

Co to jest It's Now Found?

It's Now Found to rozszerzenie Chrome opracowane przez Eugene Treko, a jego główną funkcją jest „Now it's easier to find a website that's missing”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia It's Now Found

Pobierz pliki rozszerzeń It's Now Found 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

                        Improve the way you're navigated from a website that no longer works. Instead of a confusing message telling you that your website wasn't found you get a number of suggested choices. You can select any of the suggestions that is better related to the website you wanted to open or click anywhere in the tab and go to the regular web search page.                    

Podstawowe informacje o rozszerzeniu

Nazwa It's Now Found It's Now Found
ID ejfbabhikhidkhehbmodnjahjgfpmjcp
Oficjalny URL https://chromewebstore.google.com/detail/its-now-found/ejfbabhikhidkhehbmodnjahjgfpmjcp
Opis Now it's easier to find a website that's missing
Rozmiar pliku 9.78 KB
Liczba instalacji 5,038
Aktualna Wersja 1.1.2
Ostatnia Aktualizacja 2022-06-15
Data Publikacji 2022-05-04
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper Eugene Treko
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://itsnowfound.com/
Adres URL Strony Pomocy https://itsnowfound.com/?a=about
Adres URL Strony Polityki Prywatności https://newpagefinder.com?a=privacy
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Eugene Treko",
    "name": "It's Now Found",
    "short_name": "It's Now Found",
    "homepage_url": "https:\/\/itsnowfound.com\/",
    "description": "Now it's easier to find a website that's missing",
    "version": "1.1.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webRequest",
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}