Get Mega Search
Extension adding Mega search engine to browser.
Get Mega Search क्या है?
Get Mega Search https://getmegasearch.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension adding Mega search engine to browser."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Get Mega Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } |