It's Now Found

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

What is It's Now Found?

It's Now Found is a Chrome extension developed by Eugene Treko, and its main feature is "Now it's easier to find a website that's missing".

Extension Screenshots

screenshot
screenshot
screenshot

Download It's Now Found Extension CRX File

Download It's Now Found extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name It's Now Found It's Now Found
ID ejfbabhikhidkhehbmodnjahjgfpmjcp
Official URL https://chromewebstore.google.com/detail/its-now-found/ejfbabhikhidkhehbmodnjahjgfpmjcp
Description Now it's easier to find a website that's missing
File Size 9.78 KB
Installation Count 5,038
Current Version 1.1.2
Last Updated 2022-06-15
Publish Date 2022-05-04
Rating 1.00/5 Total 1 Ratings
Developer Eugene Treko
Email [email protected]
Payment Type free
Extension Website https://itsnowfound.com/
Help Page URL https://itsnowfound.com/?a=about
Privacy Policy Page URL https://newpagefinder.com?a=privacy
Supported Languages 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:\/\/*\/*"
    ]
}