Cant Find Anything
To assist in figuring out why a website is down and help with finding active websites
Что такое Cant Find Anything?
Cant Find Anything - это расширение Chrome, разработанное uploadextsubmissions, и его основная функция - "To assist in figuring out why a website is down and help with finding active websites".
Снимки экрана расширения
Скачать файл CRX расширения Cant Find Anything
Скачайте файлы расширений Cant Find Anything в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
When a user goes to a website that is not accessible it explains possible causes and then allows them to find replacement website.
Основная информация о расширении
Название | |
ID | nopknckhmahdmggkgakgfooagndhdooi |
Официальный URL | https://chrome.google.com/webstore/detail/cant-find-anything/nopknckhmahdmggkgakgfooagndhdooi |
Описание | To assist in figuring out why a website is down and help with finding active websites |
Размер файла | 15.53 KB |
Количество установок | 16,000 |
Текущая Версия | 1.3 |
Последнее Обновление | 2022-06-09 |
Дата публикации | 2022-04-19 |
Рейтинг | 2.00/5 Всего 4 оценок |
Разработчик | uploadextsubmissions |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://cantfindanything.com |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Rachel S", "name": "Cant Find Anything", "short_name": "cant find anything", "homepage_url": "https:\/\/cantfindanything.com", "description": "To assist in figuring out why a website is down and help with finding active websites", "version": "1.3", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webRequest", "webNavigation", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |