YOUSearch
Get search results from web.
YOUSearch क्या है?
YOUSearch Youniversalnext द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get search results from web."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में YOUSearch एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
YOUSearch Search enable the user's browser to search the web. Our extension provides local time in different timezones with recently visited websites listed on the new tab. By clicking "Add to Chrome", I accept and agree to install the yousearch.today Chrome extension and setting Chrome New Tab search to that provided by the service and the Terms of Use and Privacy Policy. Search results will be powered by Microsoft Bing. Terms & Conditions: https://yousearch.today/terms-conditions.php
एक्सटेंशन की मूल जानकारी
नाम | YOUSearch |
ID | kmdbfaemabgikijjlmdhigbikhdffdom |
आधिकारिक URL | https://chromewebstore.google.com/detail/yousearch/kmdbfaemabgikijjlmdhigbikhdffdom |
विवरण | Get search results from web. |
फ़ाइल का आकार | 74.5 KB |
स्थापना संख्या | 114,675 |
वर्तमान संस्करण | 0.1.2 |
अंतिम अपडेट | 2023-03-28 |
प्रकाशन तिथि | 2022-01-31 |
डेवलपर | Youniversalnext |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://yousearch.today/ |
सहायता पृष्ठ URL | https://yousearch.today/contact.php |
गोपनीयता नीति पृष्ठ URL | https://yousearch.today/privacy.php |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YOUSearch", "author": "Youniversal", "version": "0.1.2", "description": "Get search results from web.", "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", "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;" } } |