Browse Boost

Get relevant results, even on error-prone sites. Browse Boost offers an alternate search option for a seamless browsing experience.

Τι είναι το Browse Boost;

Το Browse Boost είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://browse-boost.com, και η κύρια λειτουργία του είναι "Get relevant results, even on error-prone sites. Browse Boost offers an alternate search option for a seamless browsing experience.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Browse Boost

Λήψη αρχείων επέκτασης Browse Boost σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Browse Boost is a cutting-edge browser extension designed to enhance your browsing experience. With powerful search capabilities and seamless navigation, Browse Boost helps you find what you're looking for quickly and easily.

When you land on a website that serves a 500 error, Browse Boost provides an alternate search option powered by Yahoo search, giving you access to a vast array of relevant results. This helps you overcome frustrating website errors and quickly find the information you need.

But Browse Boost doesn't stop there. Our extension also provides real-time suggestions as you type in the search bar, offering helpful prompts and auto-complete options to speed up your search process. Plus, with built-in pop-up blocking and ad filtering, you can enjoy a cleaner, less cluttered browsing experience.

So if you're tired of slow, error-prone browsing and want to take your online experience to the next level, try Browse Boost today! With our powerful search capabilities, seamless navigation, and Yahoo-powered search engine, you're sure to find what you're looking for in no time.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Browse Boost Browse Boost
ID fmjhlgcmphfeflkfafplihigochjclko
Επίσημο URL https://chromewebstore.google.com/detail/browse-boost/fmjhlgcmphfeflkfafplihigochjclko
Περιγραφή Get relevant results, even on error-prone sites. Browse Boost offers an alternate search option for a seamless browsing experience.
Μέγεθος Αρχείου 17.1 KB
Αριθμός Εγκαταστάσεων 10,811
Τρέχουσα Έκδοση 2.0
Τελευταία Ενημέρωση 2023-05-10
Ημερομηνία Δημοσίευσης 2023-05-10
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://browse-boost.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Browse Boost",
    "homepage_url": "https:\/\/browse-boost.com",
    "description": "Get relevant results, even on error-prone sites. Browse Boost offers an alternate search option for a seamless browsing experience.",
    "version": "2.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "worker.js"
    },
    "action": {
        "default_icon": "logo-128.png"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "performance.js"
            ]
        }
    ],
    "permissions": [
        "webRequest",
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}