my not found

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

Vad är my not found?

my not found är en Chrome-tillägg utvecklad av doyle1598765, och dess huvudfunktion är "My Not Found, gives users an option to find related sites if the original website is no longer online ".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner my not found-förlängningens CRX-fil

Ladda ner my not found-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        finding relevant content for a consumer if website not available                    

Grundläggande Information om Tillägg

Namn my not found my not found
ID gdjfpoombkbagdjhpnckejfbjofmchcn
Officiell webbadress https://chrome.google.com/webstore/detail/my-not-found/gdjfpoombkbagdjhpnckejfbjofmchcn
Beskrivning My Not Found, gives users an option to find related sites if the original website is no longer online
Filstorlek 7.41 KB
Antal Installationer 1,374
Aktuell Version 1.0
Senast Uppdaterad 2021-09-16
Publiceringsdatum 2021-09-16
Utvecklare doyle1598765
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://mynotfound.com/
Stödda Språk 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"
}