New Page Finder

New Page Finder helps you discover more options in web search from non-working websites

Apa itu New Page Finder?

New Page Finder adalah ekstensi Chrome yang dikembangkan oleh Eugene Treko, dan fitur utamanya adalah "New Page Finder helps you discover more options in web search from non-working websites".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi New Page Finder

Unduh file ekstensi New Page Finder 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

                        When a website you're trying to access no longer works you're usually redirected to a 404 page. With New Page Finder you can avoid such a bad experience that distracts so many Internet users. This extension provides you with options to find related websites instead of a non-working one. 
Get better search results and improve your website navigation with New Page Finder.                    

Informasi Dasar Ekstensi

Nama New Page Finder New Page Finder
ID ojceecdokhimjilhjjlognoioemfoghk
URL Resmi https://chrome.google.com/webstore/detail/new-page-finder/ojceecdokhimjilhjjlognoioemfoghk
Deskripsi New Page Finder helps you discover more options in web search from non-working websites
Ukuran File 7.6 KB
Jumlah Instalasi 15,121
Versi Saat Ini 1.2
Terakhir Diperbarui 2022-06-15
Tanggal Publikasi 2022-04-21
Penilaian 1.33/5 Total 3 Penilaian
Pengembang Eugene Treko
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://newpagefinder.com/
URL Halaman Bantuan https://newpagefinder.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": "New Page Finder",
    "short_name": "New Page Finder",
    "homepage_url": "https:\/\/newpagefinder.com\/",
    "description": "New Page Finder helps you discover more options in web search from non-working websites",
    "version": "1.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webRequest",
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}