SearchExt
SearchExt New Tab
SearchExt क्या है?
SearchExt amelysara78 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "SearchExt New Tab"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SearchExt एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension sets your search engine to ‘ SearchExt’ and customizes your New Tab Search so you can clear your searches and browsing history. Your browser's new tab search will be changed to be powered by Microsoft Bing. ‘ SearchExt’ is like any search engine you are familiar with, which combines very useful tool behind it - Clearing browsing history effectively just with one click. How Does it work? 1. Click the download icon. 2. Click the “add to chrome” top right button 3. Now you can clear your browsing history effectively just with one click. By clicking "Add to chrome", I accept and agree to installing 'SearchExt', change New Tab Search to Microsoft Bing, the Terms of Use and Privacy Policy.
एक्सटेंशन की मूल जानकारी
नाम | SearchExt |
ID | egbdngohhcppfboenbogjfbgoliogedl |
आधिकारिक URL | https://chromewebstore.google.com/detail/searchext/egbdngohhcppfboenbogjfbgoliogedl |
विवरण | SearchExt New Tab |
फ़ाइल का आकार | 12.58 KB |
स्थापना संख्या | 629 |
वर्तमान संस्करण | 1.0.3 |
अंतिम अपडेट | 2023-08-02 |
प्रकाशन तिथि | 2020-12-28 |
रेटिंग | 3.86/5 कुल 7 रेटिंग्स |
डेवलपर | amelysara78 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://sites.google.com/view/searchext-privacy-policy/home |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SearchExt", "description": "SearchExt New Tab", "version": "1.0.3", "permissions": [ "*:\/\/*.searchext.online\/*", "tabs", "history" ], "content_scripts": [ { "js": [ "contentscript.js" ], "matches": [ "*:\/\/*.searchext.online\/*" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "icon48.png" }, "background": { "scripts": [ "browseraction_release.js" ] }, "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icon48.png", "48": "icon16.png", "128": "icon128.png" }, "content_security_policy": "script-src 'self'; object-src 'self'", "manifest_version": 2 } |