Cant Find Anything

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

Apa itu Cant Find Anything?

Cant Find Anything adalah ekstensi Chrome yang dikembangkan oleh uploadextsubmissions, dan fitur utamanya adalah "To assist in figuring out why a website is down and help with finding active websites".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Cant Find Anything

Unduh file ekstensi Cant Find Anything dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Cant Find Anything Cant Find Anything
ID nopknckhmahdmggkgakgfooagndhdooi
URL Resmi https://chrome.google.com/webstore/detail/cant-find-anything/nopknckhmahdmggkgakgfooagndhdooi
Deskripsi To assist in figuring out why a website is down and help with finding active websites
Ukuran File 15.53 KB
Jumlah Instalasi 16,000
Versi Saat Ini 1.3
Terakhir Diperbarui 2022-06-09
Tanggal Publikasi 2022-04-19
Penilaian 2.00/5 Total 4 Penilaian
Pengembang uploadextsubmissions
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://cantfindanything.com
Bahasa yang Didukung 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:\/\/*\/*"
    ]
}