Search Privately

Removing your search history automatically or manually with so much ease and control.

O que é Search Privately?

Search Privately é uma extensão do Chrome desenvolvida por https://searchprivatelyapp.com, e sua principal característica é "Removing your search history automatically or manually with so much ease and control.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Search Privately

Baixe arquivos de extensão Search Privately 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

                        Are you tired of cleaning the keywords you looked up on your browser and are you concerned about your internet browsing privacy? Our smart tool and browser extension helps you keep your browsing privately by offering automatic or manual removal of keywords from your history when you use Yahoo.

Click on the extension’s browser icon and open the user interface. We need to access your search history by an affirmative opt-in first before we are able to provide the functionality.

Once the auto-clean mode is switched ON, our tool will automatically remove all the terms you browsed. When it’s switched OFF, you can manually do the job by reviewing the list of items you browsed and remove whichever item you want to.

Please note that the extension can only display the keywords you looked for after you have installed it. If you installed this extension to your browser, granted the access, but don’t see any keywords in the list on the UI, please don’t worry, the extension is working fine!

This extension can only remove your browsed keywords from Yahoo. If you are using a different search engine, the extension won’t be able to function. 

Permissions used and reasons:

1. Access to “contextMenus”. We require this permission to add items to the drop-down menu of the extension’s icon in order to provide a better user experience. 
2. Access to “declarativeNetRequest”. This permission allows us to redirect your default search engine to Yahoo in order to provide the functionality of this extension. 
3. Access to "". we require this permission to check the default search engine of the user.
4. Access to “history” (optional). We require this permission if you want to use the functionality of this extension. 
5. Access to "storage". We require this permission to save your settings within the extension.

How to remove this extension?

If you want to remove our extension, go to “Settings” on Chrome, and find our extension in the “Extensions” tab. Click “remove”. Alternatively, you can right-click on the extension’s icon on your browser and select “Uninstall” from the drop-down menu.

Chrome™ is a trademark of Google LLC. The use of it does not imply any affiliation to or endorsement by Google LLC.

If you have more questions about our extension, welcome to find your answer below:

Privacy Policy: https://www.searchprivatelyapp.com/privacy

Terms of Use: https://www.searchprivatelyapp.com/terms

FAQ: https://www.searchprivatelyapp.com/#faq

Contact Us: https://www.searchprivatelyapp.com/contact

Uninstall: https://www.searchprivatelyapp.com/uninstall                    

Informações Básicas da Extensão

Nome Search Privately Search Privately
ID bkkajlepfjjadfhahhmbhpondcmddcie
URL Oficial https://chromewebstore.google.com/detail/search-privately/bkkajlepfjjadfhahhmbhpondcmddcie
Descrição Removing your search history automatically or manually with so much ease and control.
Tamanho do Arquivo 68.22 KB
Contagem de Instalações 26,495
Versão Atual 3.0.1
Última Atualização 2022-05-19
Data de Publicação 2020-12-19
Classificação 2.00/5 Total de 7 Avaliações
Desenvolvedor https://searchprivatelyapp.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.searchprivatelyapp.com
URL da Página de Política de Privacidade http://www.searchprivatelyapp.com/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search Privately",
    "version": "3.0.1",
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/www.searchprivatelynow.com\/favicon.ico",
            "is_default": true,
            "name": "Private",
            "keyword": "Search Privately",
            "search_url": "https:\/\/www.searchprivatelynow.com\/search\/?category=web&extversion=3.0.1&s=uspr&vert=private&q={searchTerms}",
            "suggest_url": "https:\/\/sug.searchprivatelynow.com\/v1\/sug\/?s=uspr&vert=private&q={searchTerms}"
        }
    },
    "homepage_url": "https:\/\/www.searchprivatelynow.com\/wim\/gotohub?s=uspr",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_title": "Search Privately",
        "default_icon": "img\/icon16.png",
        "default_popup": "popup\/popup.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "description": "Removing your search history automatically or manually with so much ease and control.",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "incognito": "spanning",
    "manifest_version": 3,
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rules",
                "enabled": true,
                "path": "src\/rules.json"
            }
        ]
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "contextMenus",
        "storage",
        "declarativeNetRequest"
    ],
    "optional_permissions": [
        "history"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/img\/*"
            ],
            "matches": [
                "*:\/\/*.yahoo.com\/*",
                "*:\/\/*.searchprivatelynow.com\/*"
            ]
        }
    ]
}