It's Now Found

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

It's Now Found क्या है?

It's Now Found Eugene Treko द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Now it's easier to find a website that's missing"।

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

screenshot
screenshot
screenshot

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

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

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

                        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.                    

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

नाम It's Now Found It's Now Found
ID ejfbabhikhidkhehbmodnjahjgfpmjcp
आधिकारिक URL https://chromewebstore.google.com/detail/its-now-found/ejfbabhikhidkhehbmodnjahjgfpmjcp
विवरण Now it's easier to find a website that's missing
फ़ाइल का आकार 9.78 KB
स्थापना संख्या 5,038
वर्तमान संस्करण 1.1.2
अंतिम अपडेट 2022-06-15
प्रकाशन तिथि 2022-05-04
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर Eugene Treko
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://itsnowfound.com/
सहायता पृष्ठ URL https://itsnowfound.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": "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:\/\/*\/*"
    ]
}