my not found
My Not Found, gives users an option to find related sites if the original website is no longer online
O que é my not found?
my not found é uma extensão do Chrome desenvolvida por doyle1598765, e sua principal característica é "My Not Found, gives users an option to find related sites if the original website is no longer online ".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão my not found
Baixe arquivos de extensão my not found no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
finding relevant content for a consumer if website not available
Informações Básicas da Extensão
Nome | |
ID | gdjfpoombkbagdjhpnckejfbjofmchcn |
URL Oficial | https://chrome.google.com/webstore/detail/my-not-found/gdjfpoombkbagdjhpnckejfbjofmchcn |
Descrição | My Not Found, gives users an option to find related sites if the original website is no longer online |
Tamanho do Arquivo | 7.41 KB |
Contagem de Instalações | 1,374 |
Versão Atual | 1.0 |
Última Atualização | 2021-09-16 |
Data de Publicação | 2021-09-16 |
Desenvolvedor | doyle1598765 |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://mynotfound.com/ |
Idiomas Suportados | 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" } |