my not found

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

Wat is my not found?

my not found is een Chrome-extensie ontwikkeld door doyle1598765, en de belangrijkste functie is "My Not Found, gives users an option to find related sites if the original website is no longer online ".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie my not found

Download my not found-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

                        finding relevant content for a consumer if website not available                    

Basisinformatie over de Extensie

Naam my not found my not found
ID gdjfpoombkbagdjhpnckejfbjofmchcn
Officiële URL https://chrome.google.com/webstore/detail/my-not-found/gdjfpoombkbagdjhpnckejfbjofmchcn
Beschrijving My Not Found, gives users an option to find related sites if the original website is no longer online
Bestandsgrootte 7.41 KB
Aantal Installaties 1,374
Huidige Versie 1.0
Laatst Bijgewerkt 2021-09-16
Publicatiedatum 2021-09-16
Ontwikkelaar doyle1598765
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://mynotfound.com/
Ondersteunde Talen 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"
}