Down Assist
An extension that assists users in finding alternate options when a website is down.
Co to jest Down Assist?
Down Assist to rozszerzenie Chrome opracowane przez wil, a jego główną funkcją jest „An extension that assists users in finding alternate options when a website is down.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Down Assist
Pobierz pliki rozszerzeń Down Assist w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Helps the user find searched alternative options when the website they are browsing is unavailable.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | peelfcfngfjcigoemmimebjlnfdpejdf |
Oficjalny URL | https://chrome.google.com/webstore/detail/down-assist/peelfcfngfjcigoemmimebjlnfdpejdf |
Opis | An extension that assists users in finding alternate options when a website is down. |
Rozmiar pliku | 11.2 KB |
Liczba instalacji | 44,800 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2022-04-28 |
Data Publikacji | 2022-04-28 |
Ocena | 3.17/5 Łącznie 12 Oceny |
Deweloper | wil |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://down-assist.com |
Adres URL Strony Pomocy | https://down-assist.com/?a=about |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Matt H", "name": "Down Assist", "short_name": "Down Assist", "homepage_url": "https:\/\/down-assist.com", "description": "An extension that assists users in finding alternate options when a website is down.", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webNavigation" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |