Helperate
Help finding a reason a site is down and a way to find active websites
Co to jest Helperate?
Helperate to rozszerzenie Chrome opracowane przez uploadextsubmissions, a jego główną funkcją jest „Help finding a reason a site is down and a way to find active websites”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Helperate
Pobierz pliki rozszerzeń Helperate 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
Preventing users from going to dead sites gives reasons and helps find active sites
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | fnlfkioeooohccjhelehkkndaebknacc |
Oficjalny URL | https://chrome.google.com/webstore/detail/helperate/fnlfkioeooohccjhelehkkndaebknacc |
Opis | Help finding a reason a site is down and a way to find active websites |
Rozmiar pliku | 16.4 KB |
Liczba instalacji | 40,000 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2022-06-25 |
Data Publikacji | 2022-05-04 |
Ocena | 3.00/5 Łącznie 2 Oceny |
Deweloper | uploadextsubmissions |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://helperate.net |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Daniel H", "name": "Helperate", "short_name": "Helperate", "homepage_url": "https:\/\/helperate.net", "description": "Help finding a reason a site is down and a way to find active websites", "version": "1.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webRequest", "webNavigation", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |