my not found

My Not Found, gives users an option to find related sites if the original website is no longer online

What is my not found?

my not found is a Chrome extension developed by doyle1598765, and its main feature is "My Not Found, gives users an option to find related sites if the original website is no longer online ".

Extension Screenshots

screenshot
screenshot
screenshot

Download my not found Extension CRX File

Download my not 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

                        finding relevant content for a consumer if website not available                    

Extension Basic Information

Name my not found my not found
ID gdjfpoombkbagdjhpnckejfbjofmchcn
Official URL https://chrome.google.com/webstore/detail/my-not-found/gdjfpoombkbagdjhpnckejfbjofmchcn
Description My Not Found, gives users an option to find related sites if the original website is no longer online
File Size 7.41 KB
Installation Count 1,374
Current Version 1.0
Last Updated 2021-09-16
Publish Date 2021-09-16
Developer doyle1598765
Email [email protected]
Payment Type free
Extension Website https://mynotfound.com/
Supported Languages en-US
manifest.json
{
    "author": "Theo Parker",
    "name": "my not found",
    "short_name": "My Not Found",
    "homepage_url": "https:\/\/mynotfound.com",
    "description": "My Not Found, gives users an option to find related sites if the original website is no longer online ",
    "version": "1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "logo-128.png",
        "default_title": "My Not Found"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webRequest",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}