Searchpage — Private Search Engine

Take back your online privacy by using Searchpage as your default search engine.

Searchpage — Private Search Engine란 무엇입니까?

Searchpage — Private Search Engine은(는) hargabelanja에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Take back your online privacy by using Searchpage as your default search engine."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Searchpage — Private Search Engine 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The Internet without tracking, a safer way to search and browse online without personal data collection, tracking or targeting. Searchpage search engine and Anonymous View feature are free and simple ways to take control of your online privacy. We will never save or sell your search history.

Quality search results in true privacy.
Searchpage delivers Google search results via our proprietary personal data protection technology.

- Encrypted connection
Your IP address is removed from all our global premise servers.
- Block price trackers
We prevent 3rd parties from setting price trackers on you.
- Avoid retargeting ads
We block 3rd parties from accessing your personal data to target you.
- Browse anonymously
Anonymous View proxy masks your identity while browsing other websites.
- Receive unprofiled news
Access news that’s not based on your browsing behavior.
- Prevent online profiling
We don’t create personal data profiles based on your Internet activities.

https://searchpage.id/privacy-policy
https://searchpage.id/about-us
https://twitter.com/searchpageid
https://web.facebook.com/profile.php?id=61550895881889
https://www.instagram.com/searchpageid/                    

확장 프로그램 기본 정보

이름 Searchpage — Private Search Engine Searchpage — Private Search Engine
ID cdmmpkakcdkkoccepkflneclkjjgnicp
공식 URL https://chromewebstore.google.com/detail/searchpage-%E2%80%94-private-sear/cdmmpkakcdkkoccepkflneclkjjgnicp
설명 Take back your online privacy by using Searchpage as your default search engine.
파일 크기 31.59 KB
설치 횟수 46
현재 버전 1.0.0
최근 업데이트 2023-09-25
출시 날짜 2023-09-25
평점 5.00/5 총 32 개의 평점
개발자 hargabelanja
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://searchpage.id
도움말 페이지 URL https://searchpage.id/about-us
개인정보 보호 정책 페이지 URL https://hargabelanja.com/kebijakan-privasi
지원되는 언어 de,en
manifest.json
{
    "background.service_worker": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/searchpage.id\/favicon.ico",
            "is_default": true,
            "keyword": "searchpage.id",
            "name": "__MSG_searchEngineName__",
            "search_url": "https:\/\/searchpage.id\/search?q={searchTerms}&type=&s={searchTerms}&cat=web&pl=ext-chrome&language=__MSG_extensionUrlLanguage__&extVersion=1.0.0"
        }
    },
    "content_scripts": [
        {
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "__MSG_extensionName__",
    "permissions": [
        "activeTab",
        "webRequest"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0"
}