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
官方網址 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"
}