Searchpage — Private Search Engine

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

Qu'est-ce que Searchpage — Private Search Engine ?

Searchpage — Private Search Engine est une extension Chrome développée par hargabelanja, et sa fonction principale est "Take back your online privacy by using Searchpage as your default search engine.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Searchpage — Private Search Engine

Téléchargez les fichiers d'extension Searchpage — Private Search Engine 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

                        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/                    

Informations de Base sur l'Extension

Nom Searchpage — Private Search Engine Searchpage — Private Search Engine
ID cdmmpkakcdkkoccepkflneclkjjgnicp
URL Officiel https://chromewebstore.google.com/detail/searchpage-%E2%80%94-private-sear/cdmmpkakcdkkoccepkflneclkjjgnicp
Description Take back your online privacy by using Searchpage as your default search engine.
Taille du Fichier 31.59 KB
Nombre d'Installations 46
Version Actuelle 1.0.0
Dernière Mise à Jour 2023-09-25
Date de Publication 2023-09-25
Évaluation 5.00/5 Total 32 Évaluations
Développeur hargabelanja
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://searchpage.id
URL de la Page d'Aide https://searchpage.id/about-us
URL de la Page de Politique de Confidentialité https://hargabelanja.com/kebijakan-privasi
Langues Prises en Charge 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"
}