Search Privately

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

Search Privately란 무엇입니까?

Search Privately은(는) https://searchprivatelyapp.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Removing your search history automatically or manually with so much ease and control."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Search Privately 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Search Privately Search Privately
ID bkkajlepfjjadfhahhmbhpondcmddcie
공식 URL https://chromewebstore.google.com/detail/search-privately/bkkajlepfjjadfhahhmbhpondcmddcie
설명 Removing your search history automatically or manually with so much ease and control.
파일 크기 68.22 KB
설치 횟수 26,495
현재 버전 3.0.1
최근 업데이트 2022-05-19
출시 날짜 2020-12-19
평점 2.00/5 총 7 개의 평점
개발자 https://searchprivatelyapp.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.searchprivatelyapp.com
개인정보 보호 정책 페이지 URL http://www.searchprivatelyapp.com/privacy
지원되는 언어 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\/*"
            ]
        }
    ]
}