New Page Finder

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

Vad är New Page Finder?

New Page Finder är en Chrome-tillägg utvecklad av Eugene Treko, och dess huvudfunktion är "New Page Finder helps you discover more options in web search from non-working websites".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner New Page Finder-förlängningens CRX-fil

Ladda ner New Page Finder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn New Page Finder New Page Finder
ID ojceecdokhimjilhjjlognoioemfoghk
Officiell webbadress https://chrome.google.com/webstore/detail/new-page-finder/ojceecdokhimjilhjjlognoioemfoghk
Beskrivning New Page Finder helps you discover more options in web search from non-working websites
Filstorlek 7.6 KB
Antal Installationer 15,121
Aktuell Version 1.2
Senast Uppdaterad 2022-06-15
Publiceringsdatum 2022-04-21
Betyg 1.33/5 Totalt 3 Betyg
Utvecklare Eugene Treko
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://newpagefinder.com/
Hjälpsida URL https://newpagefinder.com/?a=about
URL till Sekretesspolicy Sidan https://newpagefinder.com?a=privacy
Stödda Språk 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:\/\/*\/*"
    ]
}