Secure Search Pro

The easy way to search.

Τι είναι το Secure Search Pro;

Το Secure Search Pro είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://securesearch.pro, και η κύρια λειτουργία του είναι "The easy way to search.".

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

screenshot

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

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

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

                        Search by Secure Search Pro — The Best Way to Search.

Secure Search Pro offers high quality search results by changing your default search engine.

This extension lets you browse the web and get easy access to search, images, videos and news. This is a single purpose extension.

Some important information for you:

• By clicking on the 'Add to Chrome' button and installing Secure Search Pro, you are agreeing to install this extension, with our Privacy Policy and our Terms of Service. 
• By installing, Secure Search Pro will change your Chrome’s default search.
• This extension opens Secure Search Pro's default search page with quick links to access the most popular sites in a new tab page when you click the extension icon.
• You may remove or disable this extension anytime.
• For our data processing practices we recommend you review our privacy policy available at: https://www.securesearch.pro/privacy_policy/
• Review our Terms of Service: https://www.securesearch.pro/end_user_license_agreement/

Contact us! We’d love to hear from you: [email protected]                    

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

Όνομα Secure Search Pro Secure Search Pro
ID kgefgkhgfenohnpopjcijbpndepoobki
Επίσημο URL https://chrome.google.com/webstore/detail/secure-search-pro/kgefgkhgfenohnpopjcijbpndepoobki
Περιγραφή The easy way to search.
Μέγεθος Αρχείου 12.01 KB
Αριθμός Εγκαταστάσεων 1,479
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2021-01-29
Ημερομηνία Δημοσίευσης 2021-01-29
Αξιολόγηση 1.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής http://securesearch.pro
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.securesearch.pro
URL της Σελίδας Πολιτικής Απορρήτου https://www.securesearch.pro/privacy_policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Secure Search Pro",
    "description": "The easy way to search.",
    "version": "1.0.0",
    "homepage_url": "https:\/\/www.securesearch.pro\/",
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png",
        "16": "icons\/16.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/www.securesearch.pro\/favicon.png",
            "is_default": true,
            "keyword": "Secure Search Pro",
            "name": "Secure Search Pro",
            "search_url": "https:\/\/www.securesearch.pro\/search\/1\/?request={searchTerms}",
            "suggest_url": "https:\/\/www.securesearch.pro\/api\/suggest.php?query={searchTerms}"
        }
    }
}