BSearch
Get search results from web, images, videos and news.
BSearch क्या है?
BSearch SearchItEasy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get search results from web, images, videos and news."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में BSearch एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
BSearch enable user's browser to search web results. This awesome extension provides current time 8 different time zones plus recent visited sites. By clicking "Add to Chrome", I accept and agree to installing the BSearch Chrome extension and setting Chrome New Tab and default search to that provided by the service and the Terms of Use and Privacy Policy. Newtab and default search will be powered by Microsoft Bing. Terms & Conditions: https://bsearch.today/terms-conditions.php
एक्सटेंशन की मूल जानकारी
नाम | BSearch |
ID | dmekmjfdcaapnlbheedjfcknmgmobhmj |
आधिकारिक URL | https://chromewebstore.google.com/detail/bsearch/dmekmjfdcaapnlbheedjfcknmgmobhmj |
विवरण | Get search results from web, images, videos and news. |
फ़ाइल का आकार | 71.89 KB |
स्थापना संख्या | 45 |
वर्तमान संस्करण | 0.0.1 |
अंतिम अपडेट | 2022-09-08 |
प्रकाशन तिथि | 2022-09-08 |
रेटिंग | 5.00/5 कुल 84 रेटिंग्स |
डेवलपर | SearchItEasy |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://bsearch.today |
सहायता पृष्ठ URL | https://bsearch.today/contact.php |
गोपनीयता नीति पृष्ठ URL | https://searchiteasy.com/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "BSearch", "author": "Alphazeta Systems Ltd", "version": "0.0.1", "description": "Get search results from web, images, videos and news.", "chrome_settings_overrides": { "search_provider": { "name": "bsearch.today", "keyword": "keyword.bsearch.today", "search_url": "https:\/\/bsearch.today\/trk\/t.php?q={searchTerms}&channel=BSEARCH", "favicon_url": "https:\/\/bsearch.today\/favicon.ico", "suggest_url": "https:\/\/bsearch.today\/suggest?q={searchTerms}", "instant_url": "https:\/\/bsearch.today\/instant?q={searchTerms}", "image_url": "https:\/\/bsearch.today\/image?q={searchTerms}", "search_url_post_params": "search_lang=bsearch.today", "suggest_url_post_params": "suggest_lang=bsearch.today", "instant_url_post_params": "instant_lang=bsearch.today", "image_url_post_params": "image_lang=bsearch.today", "alternate_urls": [ "https:\/\/bsearch.today\/s?q={searchTerms}", "https:\/\/bsearch.today\/s?q={searchTerms}" ], "encoding": "UTF-8", "is_default": true } }, "background": { "service_worker": "background.js" }, "icons": { "16": "icons\/icon16.png", "28": "icons\/icon28.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" }, "permissions": [ "history", "alarms", "storage" ], "chrome_url_overrides": { "newtab": "options.html" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/ssl.google-analytics.com;" } } |