Safe Search Tools

Change your default search engine in Chrome address bar to improve your privacy.

Hvad er Safe Search Tools?

Safe Search Tools er en Chrome-udvidelse udviklet af krivoseenkonatala858, og dens hovedfunktion er "Change your default search engine in Chrome address bar to improve your privacy.".

Udvidelsesskærmbilleder

screenshot

Download Safe Search Tools-udvidelses-CRX-fil

Download Safe Search Tools-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Introducing SafeSearchTools Browser Extension – Your Ultimate Companion for Secure and Smart Online Browsing!

Browse with Confidence:
Enhance your online experience with SafeSearchTools, the browser extension designed to prioritize your digital safety. Feel confident exploring the vast expanse of the internet while knowing that SafeSearchTools has your back, providing a shield against unwanted content and potential online threats.

Control Your Online Environment:
Take charge of your digital world with advanced controls and customizable settings. Tailor your browsing experience to match your preferences, ensuring that the content you encounter aligns with your values and expectations. SafeSearchTools empowers you to set the boundaries for a safer and more enjoyable online journey.

Guardian of Privacy:
Your privacy matters. SafeSearchTools goes beyond standard browsing protections, actively safeguarding your personal information from prying eyes. Enjoy peace of mind as you navigate the web, knowing that your data is secure and your privacy is prioritized.
By pressing "add to Chrome," I accept and consent to the installation of the Safesearchtools extension. I also agree to set the Chrome New Tab search provider to SafeSearch Tools (powered by Microsoft Bing), as written in the Terms of Use and Privacy Policy provided by the service.

Lightning-Fast Performance:
Experience seamless browsing with SafeSearchTools' optimized performance. Enjoy the speed and efficiency of a browser extension that not only keeps you safe but also ensures a smooth and responsive online journey. Say goodbye to lag and interruptions, and hello to a faster, more reliable browsing experience.

Upgrade your online experience today with SafeSearchTools Browser Extension – the smart choice for a safer, more secure, and enjoyable journey across the digital landscape. Download now and browse with confidence!                    

Grundlæggende oplysninger om udvidelsen

Navn Safe Search Tools Safe Search Tools
ID cmcfelabilffmipeoggbahfigdphfhhh
Officiel URL https://chromewebstore.google.com/detail/safe-search-tools/cmcfelabilffmipeoggbahfigdphfhhh
Beskrivelse Change your default search engine in Chrome address bar to improve your privacy.
Filstørrelse 284 KB
Antal Installationer 51
Nuværende Version 1.2.0
Senest Opdateret 2024-01-01
Udgivelsesdato 2023-11-28
Bedømmelse 5.00/5 Samlet 30 Bedømmelser
Udvikler krivoseenkonatala858
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://safesearchtools.com/pages/privacy_policy.html
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Safe Search Tools",
    "description": "Change your default search engine in Chrome address bar to improve your privacy.",
    "icons": {
        "16": "images\/icons\/16.png",
        "32": "images\/icons\/32.png",
        "48": "images\/icons\/48.png",
        "64": "images\/icons\/64.png",
        "128": "images\/icons\/128.png",
        "256": "images\/icons\/256.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/icons\/16.png",
            "32": "images\/icons\/32.png",
            "48": "images\/icons\/48.png",
            "64": "images\/icons\/64.png",
            "128": "images\/icons\/128.png",
            "256": "images\/icons\/256.png"
        },
        "default_popup": "html\/options.html"
    },
    "manifest_version": 3,
    "background": {
        "service_worker": "src\/background.js"
    },
    "minimum_chrome_version": "102",
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Search Changer",
            "keyword": "sc",
            "is_default": true,
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/safesearchtools.com\/favicon.ico",
            "search_url": "https:\/\/safesearchtools.com\/search?q={searchTerms}"
        }
    },
    "permissions": [
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.safesearchtools.com\/"
    ],
    "version": "1.2.0"
}