OneSearch

A powerful privacy-focused web search experience that gives you more control. Download the extension today!

Τι είναι το OneSearch;

Το OneSearch είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://onesearch.com, και η κύρια λειτουργία του είναι "A powerful privacy-focused web search experience that gives you more control. Download the extension today!".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης OneSearch

Λήψη αρχείων επέκτασης OneSearch σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        OneSearch by Yahoo is the search extension that puts your privacy first. Find exactly what you’re looking for—without unwanted profile or ad targeting. OneSearch encrypts your search terms for extra security.
 
Benefits include:
- No Cookies - We don't use cookies.
- Privacy first - We don't save your search terms or geographic location.
- No user tracking - We don't track you or your personal data.
- Encrypted search terms - Keywords are encrypted and protected.
- No saved search history - We don't save or use your search history for ad targeting.
- Results without bias - We don't use your habits or data to filter search results.
- Filter out NSFW results - Turn on the SafeSearch feature to keep adult content out of results.
- When you share links with others to your search results, the link will conveniently expire within the hour.

Take control of your search privacy. Download the OneSearch extension today!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα OneSearch OneSearch
ID gnnmgfgecahpikkholgabepllnfbhkgj
Επίσημο URL https://chromewebstore.google.com/detail/onesearch/gnnmgfgecahpikkholgabepllnfbhkgj
Περιγραφή A powerful privacy-focused web search experience that gives you more control. Download the extension today!
Μέγεθος Αρχείου 807 KB
Αριθμός Εγκαταστάσεων 10,000
Τρέχουσα Έκδοση 2.0.5
Τελευταία Ενημέρωση 2022-09-19
Ημερομηνία Δημοσίευσης 2020-06-19
Αξιολόγηση 3.83/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής https://onesearch.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://www.onesearch.com/help?hspart=ono&hsimp=yhs-df
URL της Σελίδας Πολιτικής Απορρήτου https://www.onesearch.com/privacy-policy?hspart=ono&hsimp=yhs-df
Υποστηριζόμενες Γλώσσες id,de,en,en-GB,fr,nl,es,es-419,it,pt-BR,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "OneSearch",
    "description": "__MSG_onesearch_extension_description__",
    "version": "2.0.5",
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "OneSearch",
            "keyword": "OneSearch",
            "search_url": "https:\/\/onesearch.com\/yhs\/search?p={searchTerms}&yext=0",
            "suggest_url": "https:\/\/__MSG_onesearch_extension_search_suggest_domain__\/?l=1&bm=3&output=fxjson&nresults=10&appid=www.onesearch.com&bck=false&spaceId=1351195845&command={searchTerms}",
            "favicon_url": "https:\/\/www.onesearch.com\/favicon.ico",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "default_locale": "en",
    "icons": {
        "128": "ui\/img\/Icon_128x128.png"
    },
    "action": {
        "default_icon": {
            "128": "ui\/img\/Icon_128x128.png"
        },
        "default_title": "OneSearch",
        "default_popup": "ui\/popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/*.onesearch.com\/*"
    ],
    "optional_host_permissions": [
        ""
    ],
    "permissions": [
        "declarativeNetRequestWithHostAccess",
        "storage",
        "history",
        "tabs",
        "idle"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "ui\/httpcheck.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}