Browse Better Today

Optimize your web experience - avoid broken sites and find related content

Cos'è Browse Better Today?

Browse Better Today è un'estensione di Chrome sviluppata da Eugene Treko, e la sua funzione principale è "Optimize your web experience - avoid broken sites and find related content".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Browse Better Today

Scarica i file di estensione Browse Better Today in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Browse Better Today Browse Better Today
ID pmjklmikjlglapcdmnagibmlhffhbmcn
URL Ufficiale https://chromewebstore.google.com/detail/browse-better-today/pmjklmikjlglapcdmnagibmlhffhbmcn
Descrizione Optimize your web experience - avoid broken sites and find related content
Dimensione del File 7.48 KB
Conteggio Installazioni 23,965
Versione Corrente 1.02
Ultimo Aggiornamento 2022-06-16
Data di Pubblicazione 2022-05-02
Valutazione 2.75/5 Totale 8 Valutazioni
Sviluppatore Eugene Treko
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://browsebettertoday.com/
URL della Pagina di Aiuto https://browsebettertoday.com/?a=about
URL della Pagina della Politica sulla Privacy https://newpagefinder.com?a=privacy
Lingue Supportate 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:\/\/*\/*"
    ]
}