Safe Search Tools

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

什么是Safe Search Tools?

Safe Search Tools是由krivoseenkonatala858开发的Chrome扩展程序,该扩展的主要功能是“Change your default search engine in Chrome address bar to improve your privacy.”。

扩展截图

screenshot

下载Safe Search Tools扩展crx文件

下载Safe Search Tools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Safe Search Tools Safe Search Tools
ID cmcfelabilffmipeoggbahfigdphfhhh
官方URL https://chromewebstore.google.com/detail/safe-search-tools/cmcfelabilffmipeoggbahfigdphfhhh
简介 Change your default search engine in Chrome address bar to improve your privacy.
文件大小 284 KB
安装次数 51
当前版本 1.2.0
更新时间 2024-01-01
上架时间 2023-11-28
评分 5.00/5 共30次评分
开发者 krivoseenkonatala858
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://safesearchtools.com/pages/privacy_policy.html
支持的语言 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"
}