Presearch.com Start With Us
Set Chrome's Homepage and New Tab page to Presearch.com
Qu'est-ce que Presearch.com Start With Us ?
Presearch.com Start With Us est une extension Chrome développée par https://presearch.com, et sa fonction principale est "Set Chrome's Homepage and New Tab page to Presearch.com".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Presearch.com Start With Us
Téléchargez les fichiers d'extension Presearch.com Start With Us 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
This extension allows you to set your browser homepage to presearch.com
Informations de Base sur l'Extension
Nom | Presearch.com Start With Us |
ID | fbknefhkjhbolemlchjhacbgckdjggod |
URL Officiel | https://chromewebstore.google.com/detail/presearchcom-start-with-u/fbknefhkjhbolemlchjhacbgckdjggod |
Description | Set Chrome's Homepage and New Tab page to Presearch.com |
Taille du Fichier | 24.85 KB |
Nombre d'Installations | 37,200 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2022-06-07 |
Date de Publication | 2018-01-26 |
Évaluation | 4.63/5 Total 195 Évaluations |
Développeur | https://presearch.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://presearch.com |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Presearch.com Start With Us", "description": "Set Chrome's Homepage and New Tab page to Presearch.com", "version": "1.0.3", "homepage_url": "https:\/\/www.presearch.com\/?utm_source=extcr", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": "img\/icon16.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.presearch.com\/*" ], "css": [ "assets\/popup-visibility.css" ], "js": [ "assets\/popup-visibility.js" ], "run_at": "document_start" } ], "permissions": [ "*:\/\/*.presearch.com\/*" ], "chrome_settings_overrides": { "homepage": "https:\/\/presearch.com\/?utm_source=extcr", "startup_pages": [ "https:\/\/presearch.com\/?utm_source=extcr" ] }, "chrome_url_overrides": { "newtab": "newtab.html" } } |