Safe Search Tools

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

Apa itu Safe Search Tools?

Safe Search Tools adalah ekstensi Chrome yang dikembangkan oleh krivoseenkonatala858, dan fitur utamanya adalah "Change your default search engine in Chrome address bar to improve your privacy.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Safe Search Tools

Unduh file ekstensi Safe Search Tools dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Safe Search Tools Safe Search Tools
ID cmcfelabilffmipeoggbahfigdphfhhh
URL Resmi https://chromewebstore.google.com/detail/safe-search-tools/cmcfelabilffmipeoggbahfigdphfhhh
Deskripsi Change your default search engine in Chrome address bar to improve your privacy.
Ukuran File 284 KB
Jumlah Instalasi 51
Versi Saat Ini 1.2.0
Terakhir Diperbarui 2024-01-01
Tanggal Publikasi 2023-11-28
Penilaian 5.00/5 Total 30 Penilaian
Pengembang krivoseenkonatala858
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://safesearchtools.com/pages/privacy_policy.html
Bahasa yang Didukung 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"
}