New Page Finder

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

New Page Finder क्या है?

New Page Finder Eugene Treko द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "New Page Finder helps you discover more options in web search from non-working websites"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में New Page Finder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम New Page Finder New Page Finder
ID ojceecdokhimjilhjjlognoioemfoghk
आधिकारिक URL https://chrome.google.com/webstore/detail/new-page-finder/ojceecdokhimjilhjjlognoioemfoghk
विवरण New Page Finder helps you discover more options in web search from non-working websites
फ़ाइल का आकार 7.6 KB
स्थापना संख्या 15,121
वर्तमान संस्करण 1.2
अंतिम अपडेट 2022-06-15
प्रकाशन तिथि 2022-04-21
रेटिंग 1.33/5 कुल 3 रेटिंग्स
डेवलपर Eugene Treko
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://newpagefinder.com/
सहायता पृष्ठ URL https://newpagefinder.com/?a=about
गोपनीयता नीति पृष्ठ URL https://newpagefinder.com?a=privacy
समर्थित भाषाएँ 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:\/\/*\/*"
    ]
}