NewTab. Search

Enter search requests in the address field and get results from NewTab.club

Τι είναι το NewTab. Search;

Το NewTab. Search είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Bonjour, και η κύρια λειτουργία του είναι "Enter search requests in the address field and get results from NewTab.club".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        The extension changes default search provider to NewTab.club

By installing this extension, you agree to the Terms of Service at:
http://promo-newtab.club/privacy_nts.html

1) Click on the three horizontal lines icon in the upper right-hand corner of your Chrome browser. 
2) Go to "Settings". 
3) In the menu that appears click on "More tools" and then "Extensions". 
4) From the list of installed Extensions, find the name of the toolbar extension you wish to uninstall.
5) Click on the button "Remove" (for the toolbar extension you wish to uninstall). 
6) Close your browser completely and reopen it. Our extension should be removed from your Chrome browser.

NewTab. Search is an unofficial extension and it is not supported, related or certified by Yandex™, Mail.ru™, Yahoo™ or Google™. All the logos and trademarks displayed on this chrome extension are the property these companies

For assistance from our customer service team, please email us at | [email protected]                    

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

Όνομα NewTab. Search NewTab. Search
ID pookachmhghnpgjhebhilcidgdphdlhi
Επίσημο URL https://chromewebstore.google.com/detail/newtab-search/pookachmhghnpgjhebhilcidgdphdlhi
Περιγραφή Enter search requests in the address field and get results from NewTab.club
Μέγεθος Αρχείου 9.79 KB
Αριθμός Εγκαταστάσεων 90,532
Τρέχουσα Έκδοση 1.0.0.10
Τελευταία Ενημέρωση 2020-07-03
Ημερομηνία Δημοσίευσης 2020-07-02
Αξιολόγηση 4.22/5 Συνολικά 54 Αξιολογήσεις
Προγραμματιστής Bonjour
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου http://promo-newtab.club/privacy_nts.html
Υποστηριζόμενες Γλώσσες en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/newtab.club\/favicon.ico",
            "is_default": true,
            "keyword": "newtab.club",
            "name": "__MSG_searchName__",
            "search_url": "https:\/\/newtab.club\/search?q={searchTerms}",
            "suggest_url": "https:\/\/newtab.club\/search\/suggest.php?q={searchTerms}"
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "icons\/icon-128.png",
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "cookies",
        "history",
        "*:\/\/*.newtab.club\/*"
    ],
    "version": "1.0.0.10"
}