Searchin' Private Secure Browsing

Your Ultimate Extension for Safe and Convenient Web Browsing

O que é Searchin' Private Secure Browsing?

Searchin' Private Secure Browsing é uma extensão do Chrome desenvolvida por https://searchinprivate.net, e sua principal característica é "Your Ultimate Extension for Safe and Convenient Web Browsing".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Searchin' Private Secure Browsing

Baixe arquivos de extensão Searchin' Private Secure Browsing no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Searchin' Private Secure Browsing Searchin' Private Secure Browsing
ID jcfgdehfikglmikcdaiddmimpfeenedd
URL Oficial https://chromewebstore.google.com/detail/searchin-private-secure-b/jcfgdehfikglmikcdaiddmimpfeenedd
Descrição Your Ultimate Extension for Safe and Convenient Web Browsing
Tamanho do Arquivo 43.14 KB
Contagem de Instalações 12
Versão Atual 2.0.7
Última Atualização 2023-10-04
Data de Publicação 2023-10-04
Desenvolvedor https://searchinprivate.net
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.searchinprivate.net
URL da Página de Ajuda https://www.searchinprivate.net/contact
URL da Página de Política de Privacidade https://www.searchinprivate.net/privacy
Idiomas Suportados 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"
}