my not found

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

Cos'è my not found?

my not found è un'estensione di Chrome sviluppata da doyle1598765, e la sua funzione principale è "My Not Found, gives users an option to find related sites if the original website is no longer online ".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione my not found

Scarica i file di estensione my not found in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        finding relevant content for a consumer if website not available                    

Informazioni di Base sull'Estensione

Nome my not found my not found
ID gdjfpoombkbagdjhpnckejfbjofmchcn
URL Ufficiale https://chrome.google.com/webstore/detail/my-not-found/gdjfpoombkbagdjhpnckejfbjofmchcn
Descrizione My Not Found, gives users an option to find related sites if the original website is no longer online
Dimensione del File 7.41 KB
Conteggio Installazioni 1,374
Versione Corrente 1.0
Ultimo Aggiornamento 2021-09-16
Data di Pubblicazione 2021-09-16
Sviluppatore doyle1598765
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://mynotfound.com/
Lingue Supportate 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"
}