Searchin' Private Secure Browsing

Your Ultimate Extension for Safe and Convenient Web Browsing

What is Searchin' Private Secure Browsing?

Searchin' Private Secure Browsing is a Chrome extension developed by https://searchinprivate.net, and its main feature is "Your Ultimate Extension for Safe and Convenient Web Browsing".

Extension Screenshots

screenshot
screenshot

Download Searchin' Private Secure Browsing Extension CRX File

Download Searchin' Private Secure Browsing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Searchin' Private Secure Browsing Searchin' Private Secure Browsing
ID jcfgdehfikglmikcdaiddmimpfeenedd
Official URL https://chromewebstore.google.com/detail/searchin-private-secure-b/jcfgdehfikglmikcdaiddmimpfeenedd
Description Your Ultimate Extension for Safe and Convenient Web Browsing
File Size 43.14 KB
Installation Count 12
Current Version 2.0.7
Last Updated 2023-10-04
Publish Date 2023-10-04
Developer https://searchinprivate.net
Email [email protected]
Payment Type free
Extension Website https://www.searchinprivate.net
Help Page URL https://www.searchinprivate.net/contact
Privacy Policy Page URL https://www.searchinprivate.net/privacy
Supported Languages 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"
}