my not found
My Not Found, gives users an option to find related sites if the original website is no longer online
Qu'est-ce que my not found ?
my not found est une extension Chrome développée par doyle1598765, et sa fonction principale est "My Not Found, gives users an option to find related sites if the original website is no longer online ".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension my not found
Téléchargez les fichiers d'extension my not found au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
finding relevant content for a consumer if website not available
Informations de Base sur l'Extension
Nom | |
ID | gdjfpoombkbagdjhpnckejfbjofmchcn |
URL Officiel | https://chrome.google.com/webstore/detail/my-not-found/gdjfpoombkbagdjhpnckejfbjofmchcn |
Description | My Not Found, gives users an option to find related sites if the original website is no longer online |
Taille du Fichier | 7.41 KB |
Nombre d'Installations | 1,374 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2021-09-16 |
Date de Publication | 2021-09-16 |
Développeur | doyle1598765 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://mynotfound.com/ |
Langues Prises en Charge | 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" } |