Online Search
Online Search replaces your new tab with trending searches & sponsored web search.
Online Search क्या है?
Online Search Online Search Tool द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Online Search replaces your new tab with trending searches & sponsored web search."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Online Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
With Online Search extension you get a New Tab search experience including -New tab search form functionality. -Popular Daily Trending Searches -Convenient sponsored web search on your new tab. Permissions we request: New Tab: This permission allows the extension to replace the page you see when opening a new tab Privacy Policy: https://onlinesearchtool.org/pages2/privacy.html Uninstall Instructions: https://onlinesearchtool.org/pages2/uninstall.html
एक्सटेंशन की मूल जानकारी
नाम | Online Search |
ID | nhokeekobeiamfefjfdpjimojmdceghn |
आधिकारिक URL | https://chromewebstore.google.com/detail/online-search/nhokeekobeiamfefjfdpjimojmdceghn |
विवरण | Online Search replaces your new tab with trending searches & sponsored web search. |
फ़ाइल का आकार | 789 KB |
स्थापना संख्या | 34,096 |
वर्तमान संस्करण | 1.0.1.1 |
अंतिम अपडेट | 2023-01-22 |
प्रकाशन तिथि | 2022-04-09 |
डेवलपर | Online Search Tool |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://onlinesearchtool.org/pages/privacy.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1.1", "manifest_version": 3, "short_name": "Online Search", "description": "Online Search replaces your new tab with trending searches & sponsored web search.", "name": "Online Search", "background": { "service_worker": "service_worker.js" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "web_accessible_resources": [ { "matches": [ "*:\/\/*.onlinesearchtool.org\/*" ], "resources": [ "*.json", "favicon.ico" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |