Searchin' Private Secure Browsing

Your Ultimate Extension for Safe and Convenient Web Browsing

什么是Searchin' Private Secure Browsing?

Searchin' Private Secure Browsing是由https://searchinprivate.net开发的Chrome扩展程序,该扩展的主要功能是“Your Ultimate Extension for Safe and Convenient Web Browsing”。

扩展截图

screenshot
screenshot

下载Searchin' Private Secure Browsing扩展crx文件

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

扩展使用说明

                        In the digital age, privacy is a paramount concern for internet users worldwide. As we navigate the vast expanse of the Web, safeguarding our personal information has become more crucial than ever. That's why we are thrilled to introduce Searchin' Private, an extension designed to enhance your online privacy while offering an array of useful features to make your web browsing experience seamless and secure.

Privacy First: Search with Bing

Searchin' Private understands the importance of choice when it comes to search engines. While Google remains the default option for many, it's refreshing to have alternatives at your fingertips. Not only does this diversify your search experience, but it also provides an extra layer of privacy. Bing is renowned for its commitment to user data protection, making it a reliable choice for those who value their online privacy.

Incognito Mode at Your Fingertips

Sometimes, you need to browse the web discreetly, without leaving any traces behind. Searchin' Private simplifies this process with a one-click "Incognito Mode" feature. No need to fumble through menus or keyboard shortcuts – just tap the incognito button, and you're instantly browsing privately. Your search queries and browsing history won't be saved, ensuring that your online activities remain confidential.

Clear Browser History with Ease

We all have moments when we want to clear our browser history quickly, whether to free up some disk space or maintain our privacy. Searchin' Private streamlines this task with a conveniently located "Clear History" link. Say goodbye to digging through settings and menus; a single click is all it takes to erase your browsing history, cookies, and cached data.

Key Features:

Bing Search Integration: Search the web using Bing for added privacy and diversified search results.

Incognito Mode: Access incognito browsing mode with a simple click for a private and untracked online experience.

Clear History Link: Quickly clear your browsing history, without navigating through complex settings.

User-Friendly Interface: Searchin' Private boasts an intuitive and user-friendly interface, ensuring that anyone can use it with ease.

Privacy-First Design: We prioritize your privacy above all else, and our extension is designed to minimize data collection and enhance your online security.

Take control of your online privacy and simplify your web browsing experience with Searchin' Private. Say goodbye to privacy concerns and hello to a safer, more enjoyable online world.                    

扩展基本信息

名称 Searchin' Private Secure Browsing Searchin' Private Secure Browsing
ID jcfgdehfikglmikcdaiddmimpfeenedd
官方URL https://chromewebstore.google.com/detail/searchin-private-secure-b/jcfgdehfikglmikcdaiddmimpfeenedd
简介 Your Ultimate Extension for Safe and Convenient Web Browsing
文件大小 43.14 KB
安装次数 12
当前版本 2.0.7
更新时间 2023-10-04
上架时间 2023-10-04
开发者 https://searchinprivate.net
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.searchinprivate.net
帮助页面URL https://www.searchinprivate.net/contact
隐私政策页面URL https://www.searchinprivate.net/privacy
支持的语言 en
manifest.json
{
    "name": "Searchin' Private Secure Browsing",
    "description": "Your Ultimate Extension for Safe and Convenient Web Browsing",
    "version": "2.0.7",
    "short_name": "Incognito Web Search",
    "incognito": "split",
    "icons": {
        "16": ".\/images\/icons\/16.png",
        "48": ".\/images\/icons\/48.png",
        "128": ".\/images\/icons\/128.png"
    },
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "48": "images\/icons\/48.png",
            "64": "images\/icons\/64.png",
            "128": "images\/icons\/128.png"
        },
        "default_popup": ".\/html\/popup.html",
        "default_title": "Searchin' Private Secure Browsing"
    },
    "chrome_url_overrides": {
        "newtab": "html\/newtab.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.searchinprivate.net\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/icons\/19.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}