It's Now Found

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

Apa itu It's Now Found?

It's Now Found adalah ekstensi Chrome yang dikembangkan oleh Eugene Treko, dan fitur utamanya adalah "Now it's easier to find a website that's missing".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi It's Now Found

Unduh file ekstensi It's Now Found dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama It's Now Found It's Now Found
ID ejfbabhikhidkhehbmodnjahjgfpmjcp
URL Resmi https://chromewebstore.google.com/detail/its-now-found/ejfbabhikhidkhehbmodnjahjgfpmjcp
Deskripsi Now it's easier to find a website that's missing
Ukuran File 9.78 KB
Jumlah Instalasi 5,038
Versi Saat Ini 1.1.2
Terakhir Diperbarui 2022-06-15
Tanggal Publikasi 2022-05-04
Penilaian 1.00/5 Total 1 Penilaian
Pengembang Eugene Treko
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://itsnowfound.com/
URL Halaman Bantuan https://itsnowfound.com/?a=about
URL Halaman Kebijakan Privasi https://newpagefinder.com?a=privacy
Bahasa yang Didukung 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:\/\/*\/*"
    ]
}