Alt Look
helps to find a reason why a site is down and give options
Co to jest Alt Look?
Alt Look to rozszerzenie Chrome opracowane przez gregk15978, a jego główną funkcją jest „helps to find a reason why a site is down and give options”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Alt Look
Pobierz pliki rozszerzeń Alt Look 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
When navigating to an inactive website gives a description of why its down and option to find a replacement site
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | pagfcedlonoegfbckkoocheienddjabc |
Oficjalny URL | https://chrome.google.com/webstore/detail/alt-look/pagfcedlonoegfbckkoocheienddjabc |
Opis | helps to find a reason why a site is down and give options |
Rozmiar pliku | 16.7 KB |
Liczba instalacji | 20,000 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2022-06-07 |
Data Publikacji | 2022-06-07 |
Ocena | 2.75/5 Łącznie 4 Oceny |
Deweloper | gregk15978 |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://alt-look.com |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Greg K", "name": "Alt Look", "short_name": "Alt look", "homepage_url": "https:\/\/alt-look.com", "description": "helps to find a reason why a site is down and give options", "version": "1.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webRequest", "webNavigation", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |