Finding a New Way
innovative way to find alternate websites, when the one your going to is down
Co to jest Finding a New Way?
Finding a New Way to rozszerzenie Chrome opracowane przez uploadextsubmissions, a jego główną funkcją jest „innovative way to find alternate websites, when the one your going to is down”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Finding a New Way
Pobierz pliki rozszerzeń Finding a New Way 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 a user attempts to go to a website and the website is showing down give them alternative sites
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | knfajdoicgljphkcobpeinoiejhgpofe |
Oficjalny URL | https://chrome.google.com/webstore/detail/finding-a-new-way/knfajdoicgljphkcobpeinoiejhgpofe |
Opis | innovative way to find alternate websites, when the one your going to is down |
Rozmiar pliku | 37.51 KB |
Liczba instalacji | 175,094 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2022-05-07 |
Data Publikacji | 2022-05-07 |
Ocena | 3.78/5 Łącznie 18 Oceny |
Deweloper | uploadextsubmissions |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://findinganewway.com |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "David H", "name": "Finding a New Way", "short_name": "Finding a new way", "homepage_url": "https:\/\/findinganewway.com", "description": "innovative way to find alternate websites, when the one your going to is down", "version": "1.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webNavigation" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |