Search Privately

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

Qu'est-ce que Search Privately ?

Search Privately est une extension Chrome développée par https://searchprivatelyapp.com, et sa fonction principale est "Removing your search history automatically or manually with so much ease and control.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Search Privately

Téléchargez les fichiers d'extension Search Privately au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Search Privately Search Privately
ID bkkajlepfjjadfhahhmbhpondcmddcie
URL Officiel https://chromewebstore.google.com/detail/search-privately/bkkajlepfjjadfhahhmbhpondcmddcie
Description Removing your search history automatically or manually with so much ease and control.
Taille du Fichier 68.22 KB
Nombre d'Installations 26,495
Version Actuelle 3.0.1
Dernière Mise à Jour 2022-05-19
Date de Publication 2020-12-19
Évaluation 2.00/5 Total 7 Évaluations
Développeur https://searchprivatelyapp.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.searchprivatelyapp.com
URL de la Page de Politique de Confidentialité http://www.searchprivatelyapp.com/privacy
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}