my not found
My Not Found, gives users an option to find related sites if the original website is no longer online
Что такое my not found?
my not found - это расширение Chrome, разработанное doyle1598765, и его основная функция - "My Not Found, gives users an option to find related sites if the original website is no longer online ".
Снимки экрана расширения
Скачать файл CRX расширения my not found
Скачайте файлы расширений my not found в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
finding relevant content for a consumer if website not available
Основная информация о расширении
Название | |
ID | gdjfpoombkbagdjhpnckejfbjofmchcn |
Официальный URL | https://chrome.google.com/webstore/detail/my-not-found/gdjfpoombkbagdjhpnckejfbjofmchcn |
Описание | My Not Found, gives users an option to find related sites if the original website is no longer online |
Размер файла | 7.41 KB |
Количество установок | 1,374 |
Текущая Версия | 1.0 |
Последнее Обновление | 2021-09-16 |
Дата публикации | 2021-09-16 |
Разработчик | doyle1598765 |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://mynotfound.com/ |
Поддерживаемые языки | 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" } |