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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}