Alternate Searches
website is down find out why and look for a new one that is active
Co to jest Alternate Searches?
Alternate Searches to rozszerzenie Chrome opracowane przez nickh178956, a jego główną funkcją jest „website is down find out why and look for a new one that is active”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Alternate Searches
Pobierz pliki rozszerzeń Alternate Searches 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
Gives user the ability to find out why a site is down and also gives them an option to look for a new site.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ldceabodonpmfeamhdkehopkddikpikb |
Oficjalny URL | https://chrome.google.com/webstore/detail/alternate-searches/ldceabodonpmfeamhdkehopkddikpikb |
Opis | website is down find out why and look for a new one that is active |
Rozmiar pliku | 10.46 KB |
Liczba instalacji | 20,000 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2022-05-31 |
Data Publikacji | 2022-05-31 |
Ocena | 3.86/5 Łącznie 7 Oceny |
Deweloper | nickh178956 |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://alternate-searches.com |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Nick H", "name": "Alternate Searches", "short_name": "Alternate-Searches", "homepage_url": "https:\/\/alternate-searches.com", "description": "website is down find out why and look for a new one that is active", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webRequest", "webNavigation", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |