Cant Find Anything

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

Wat is Cant Find Anything?

Cant Find Anything is een Chrome-extensie ontwikkeld door uploadextsubmissions, en de belangrijkste functie is "To assist in figuring out why a website is down and help with finding active websites".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Cant Find Anything

Download Cant Find Anything-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Cant Find Anything Cant Find Anything
ID nopknckhmahdmggkgakgfooagndhdooi
Officiële URL https://chrome.google.com/webstore/detail/cant-find-anything/nopknckhmahdmggkgakgfooagndhdooi
Beschrijving To assist in figuring out why a website is down and help with finding active websites
Bestandsgrootte 15.53 KB
Aantal Installaties 16,000
Huidige Versie 1.3
Laatst Bijgewerkt 2022-06-09
Publicatiedatum 2022-04-19
Beoordeling 2.00/5 Totaal 4 Beoordelingen
Ontwikkelaar uploadextsubmissions
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://cantfindanything.com
Ondersteunde Talen 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:\/\/*\/*"
    ]
}