Cant Find Anything

To assist in figuring out why a website is down and help with finding active websites

What is Cant Find Anything?

Cant Find Anything is a Chrome extension developed by uploadextsubmissions, and its main feature is "To assist in figuring out why a website is down and help with finding active websites".

Extension Screenshots

screenshot
screenshot

Download Cant Find Anything Extension CRX File

Download Cant Find Anything 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

                        When a user goes to a website that is not accessible it explains possible causes and then allows them to find replacement website.                    

Extension Basic Information

Name Cant Find Anything Cant Find Anything
ID nopknckhmahdmggkgakgfooagndhdooi
Official URL https://chrome.google.com/webstore/detail/cant-find-anything/nopknckhmahdmggkgakgfooagndhdooi
Description To assist in figuring out why a website is down and help with finding active websites
File Size 15.53 KB
Installation Count 16,000
Current Version 1.3
Last Updated 2022-06-09
Publish Date 2022-04-19
Rating 2.00/5 Total 4 Ratings
Developer uploadextsubmissions
Email [email protected]
Payment Type free
Extension Website https://cantfindanything.com
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Rachel S",
    "name": "Cant Find Anything",
    "short_name": "cant find anything",
    "homepage_url": "https:\/\/cantfindanything.com",
    "description": "To assist in figuring out why a website is down and help with finding active websites",
    "version": "1.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webRequest",
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}