New Page Finder

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

Cos'è New Page Finder?

New Page Finder è un'estensione di Chrome sviluppata da Eugene Treko, e la sua funzione principale è "New Page Finder helps you discover more options in web search from non-working websites".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione New Page Finder

Scarica i file di estensione New Page Finder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome New Page Finder New Page Finder
ID ojceecdokhimjilhjjlognoioemfoghk
URL Ufficiale https://chrome.google.com/webstore/detail/new-page-finder/ojceecdokhimjilhjjlognoioemfoghk
Descrizione New Page Finder helps you discover more options in web search from non-working websites
Dimensione del File 7.6 KB
Conteggio Installazioni 15,121
Versione Corrente 1.2
Ultimo Aggiornamento 2022-06-15
Data di Pubblicazione 2022-04-21
Valutazione 1.33/5 Totale 3 Valutazioni
Sviluppatore Eugene Treko
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://newpagefinder.com/
URL della Pagina di Aiuto https://newpagefinder.com/?a=about
URL della Pagina della Politica sulla Privacy https://newpagefinder.com?a=privacy
Lingue Supportate 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:\/\/*\/*"
    ]
}