YOUSearch
Get search results from web.
Co je YOUSearch?
YOUSearch je rozšíření Chrome vyvinuté Youniversalnext, a jeho hlavní funkcí je „Get search results from web.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření YOUSearch
Stáhněte si soubory rozšíření YOUSearch ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | YOUSearch |
ID | kmdbfaemabgikijjlmdhigbikhdffdom |
Oficiální URL | https://chromewebstore.google.com/detail/yousearch/kmdbfaemabgikijjlmdhigbikhdffdom |
Popis | Get search results from web. |
Velikost souboru | 74.5 KB |
Počet instalací | 114,675 |
Aktuální Verze | 0.1.2 |
Poslední Aktualizace | 2023-03-28 |
Datum Vydání | 2022-01-31 |
Vývojář | Youniversalnext |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://yousearch.today/ |
URL Stránky Nápovědy | https://yousearch.today/contact.php |
URL Stránky Zásad Ochrany Soukromí | https://yousearch.today/privacy.php |
Podporované Jazyky | 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;" } } |