YOUSearch
Get search results from web.
Qu'est-ce que YOUSearch ?
YOUSearch est une extension Chrome développée par Youniversalnext, et sa fonction principale est "Get search results from web.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension YOUSearch
Téléchargez les fichiers d'extension YOUSearch au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | YOUSearch |
ID | kmdbfaemabgikijjlmdhigbikhdffdom |
URL Officiel | https://chromewebstore.google.com/detail/yousearch/kmdbfaemabgikijjlmdhigbikhdffdom |
Description | Get search results from web. |
Taille du Fichier | 74.5 KB |
Nombre d'Installations | 114,675 |
Version Actuelle | 0.1.2 |
Dernière Mise à Jour | 2023-03-28 |
Date de Publication | 2022-01-31 |
Développeur | Youniversalnext |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://yousearch.today/ |
URL de la Page d'Aide | https://yousearch.today/contact.php |
URL de la Page de Politique de Confidentialité | https://yousearch.today/privacy.php |
Langues Prises en Charge | 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;" } } |