Get Mega Search
Extension adding Mega search engine to browser.
Τι είναι το Get Mega Search;
Το Get Mega Search είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://getmegasearch.com, και η κύρια λειτουργία του είναι "Extension adding Mega search engine to browser.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Get Mega Search
Λήψη αρχείων επέκτασης Get Mega Search σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Change default search engine to make Mega Search your search in Chrome browser address bar (omnibox). Mega Search is a small and fast Google Chrome extension that helps you change your default search engine in address bar of the browser to Mega Search very easily. Just click on "Add to Chrome" and "Keep it" buttons (to leave the default search Mega Search) and enjoy new search functionality. Functionality of extension: - Simple, one-click installation - Minimum browser resource usage - Free Google Chrome extension Terms of Use: https://getmegasearch.com/terms.html Privacy Policy: https://getmegasearch.com/privacy.html By click on the "Add to Chrome" button in the top right hand corner and installing the Mega Search extension, you are agreeing to install this extension, you are agreeing to our Privacy Policy, and you are agreeing to our Terms of Use.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Get Mega Search |
ID | pnibliiijgcmjlgilijllfpmjgjokdhm |
Επίσημο URL | https://chromewebstore.google.com/detail/get-mega-search/pnibliiijgcmjlgilijllfpmjgjokdhm |
Περιγραφή | Extension adding Mega search engine to browser. |
Μέγεθος Αρχείου | 8.84 KB |
Αριθμός Εγκαταστάσεων | 146 |
Τρέχουσα Έκδοση | 1.0.0 |
Τελευταία Ενημέρωση | 2021-07-16 |
Ημερομηνία Δημοσίευσης | 2021-07-15 |
Προγραμματιστής | https://getmegasearch.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://getmegasearch.com/privacy.html |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "chrome_settings_overrides": { "search_provider": { "search_url": "https:\/\/getmegasearch.com\/search?q={searchTerms}", "name": "Get Mega Search", "keyword": "gms", "favicon_url": "https:\/\/getmegasearch.com\/favicon.ico", "is_default": true, "encoding": "UTF-8" } }, "version": "1.0.0", "background": { "scripts": [ "lib.js", "background.js" ] }, "name": "Get Mega Search", "description": "Extension adding Mega search engine to browser.", "permissions": [ "contextMenus", "webRequestBlocking", "https:\/\/getmegasearch.com\/*", "webRequest" ], "manifest_version": 2, "icons": { "128": "icon128.png" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |