Browse Better Today
Optimize your web experience - avoid broken sites and find related content
Wat is Browse Better Today?
Browse Better Today is een Chrome-extensie ontwikkeld door Eugene Treko, en de belangrijkste functie is "Optimize your web experience - avoid broken sites and find related content".
Extensie Screenshots
Download het CRX-bestand van de extensie Browse Better Today
Download Browse Better Today-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | pmjklmikjlglapcdmnagibmlhffhbmcn |
| Officiële URL | https://chromewebstore.google.com/detail/browse-better-today/pmjklmikjlglapcdmnagibmlhffhbmcn |
| Beschrijving | Optimize your web experience - avoid broken sites and find related content |
| Bestandsgrootte | 7.48 KB |
| Aantal Installaties | 23,965 |
| Huidige Versie | 1.02 |
| Laatst Bijgewerkt | 2022-06-16 |
| Publicatiedatum | 2022-05-02 |
| Beoordeling | 2.75/5 Totaal 8 Beoordelingen |
| Ontwikkelaar | Eugene Treko |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://browsebettertoday.com/ |
| Help Pagina-URL | https://browsebettertoday.com/?a=about |
| URL van de Privacybeleid Pagina | https://newpagefinder.com?a=privacy |
| Ondersteunde Talen | 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:\/\/*\/*"
]
} | |