Browse Better Today
Optimize your web experience - avoid broken sites and find related content
Co to jest Browse Better Today?
Browse Better Today to rozszerzenie Chrome opracowane przez Eugene Treko, a jego główną funkcją jest „Optimize your web experience - avoid broken sites and find related content”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Browse Better Today
Pobierz pliki rozszerzeń Browse Better Today 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
If you don't want to get landed to a broken 404 page while opening a non-working link or wrong URL address, that can be avoided with the help of Browse Better Today. This extension improves your web experience letting you find alternatives to a non-working website right away. Instead, it takes you to a list of related websites and useful sources so you can continue browsing. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | pmjklmikjlglapcdmnagibmlhffhbmcn |
| Oficjalny URL | https://chromewebstore.google.com/detail/browse-better-today/pmjklmikjlglapcdmnagibmlhffhbmcn |
| Opis | Optimize your web experience - avoid broken sites and find related content |
| Rozmiar pliku | 7.48 KB |
| Liczba instalacji | 23,965 |
| Aktualna Wersja | 1.02 |
| Ostatnia Aktualizacja | 2022-06-16 |
| Data Publikacji | 2022-05-02 |
| Ocena | 2.75/5 Łącznie 8 Oceny |
| Deweloper | Eugene Treko |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://browsebettertoday.com/ |
| Adres URL Strony Pomocy | https://browsebettertoday.com/?a=about |
| Adres URL Strony Polityki Prywatności | https://newpagefinder.com?a=privacy |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Leon V",
"name": "Browse Better Today",
"short_name": "Browse Better Today",
"homepage_url": "https:\/\/browsebettertoday.com\/",
"description": "Optimize your web experience - avoid broken sites and find related content",
"version": "1.02",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"icons": {
"128": "logo-128.png"
},
"permissions": [
"webRequest",
"webNavigation",
"storage"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |