Instant Safe Web — A Better Way to Search
Instant Safe Web — A Better Way to Search
Instant Safe Web — A Better Way to Search क्या है?
Instant Safe Web — A Better Way to Search http://instantsafeweb.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Instant Safe Web — A Better Way to Search"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Instant Safe Web — A Better Way to Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Instant Safe Web is a Chrome Extension for A Better Search Experience This extension changes your default search and provides the features below: - Popular useful links - Search box providing Bing.com search results. Use the new tab search box to search your desired information, images, videos, and more through Bing search directly from your browser’s new tab. This extension is free to download from the Chrome Web store By installing and using Instant Safe Web you agree to the Terms of Use, as well as to receiving any future updates and upgrades. Please review our Privacy Policy for details regarding the information we collect when you install and use the extension. You can uninstall the program any time. Terms of Service: https://instantsafeweb.com/terms.html Privacy Policy: https://instantsafeweb.com/privacy.html
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fpnemmkcelooenoeheeimeieknnnemio |
आधिकारिक URL | https://chrome.google.com/webstore/detail/instant-safe-web-%E2%80%94-a-bett/fpnemmkcelooenoeheeimeieknnnemio |
विवरण | Instant Safe Web — A Better Way to Search |
फ़ाइल का आकार | 23.64 KB |
स्थापना संख्या | 365 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2021-02-05 |
प्रकाशन तिथि | 2021-02-05 |
रेटिंग | 4.50/5 कुल 2 रेटिंग्स |
डेवलपर | http://instantsafeweb.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://instantsafeweb.com |
गोपनीयता नीति पृष्ठ URL | https://extensionmedia.net/privacy.html |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "name": "Instant Safe Web \u2014 A Better Way to Search", "version": "1.0.0", "author": "Instant Safe Web", "description": "Instant Safe Web \u2014 A Better Way to Search", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon38.png" }, "default_title": "Instant Safe Web" }, "background": { "scripts": [ "js\/background.js" ] }, "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/instantsafeweb.com\/images\/favicon.png", "is_default": true, "keyword": "instantsafeweb", "name": "Smart Search", "search_url": "https:\/\/search.instantsafeweb.com\/?q={searchTerms}&cid=instantsafeweb&utm_source=chromestore&utm_campaign=chrome&utm_medium=extension" } } } |