my not found

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

Apa itu my not found?

my not found adalah ekstensi Chrome yang dikembangkan oleh doyle1598765, dan fitur utamanya adalah "My Not Found, gives users an option to find related sites if the original website is no longer online ".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi my not found

Unduh file ekstensi my not found 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

                        finding relevant content for a consumer if website not available                    

Informasi Dasar Ekstensi

Nama my not found my not found
ID gdjfpoombkbagdjhpnckejfbjofmchcn
URL Resmi https://chrome.google.com/webstore/detail/my-not-found/gdjfpoombkbagdjhpnckejfbjofmchcn
Deskripsi My Not Found, gives users an option to find related sites if the original website is no longer online
Ukuran File 7.41 KB
Jumlah Instalasi 1,374
Versi Saat Ini 1.0
Terakhir Diperbarui 2021-09-16
Tanggal Publikasi 2021-09-16
Pengembang doyle1598765
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://mynotfound.com/
Bahasa yang Didukung 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"
}