Presearch.com Start With Us
Set Chrome's Homepage and New Tab page to Presearch.com
Cos'è Presearch.com Start With Us?
Presearch.com Start With Us è un'estensione di Chrome sviluppata da https://presearch.com, e la sua funzione principale è "Set Chrome's Homepage and New Tab page to Presearch.com".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Presearch.com Start With Us
Scarica i file di estensione Presearch.com Start With Us in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension allows you to set your browser homepage to presearch.com
Informazioni di Base sull'Estensione
Nome | Presearch.com Start With Us |
ID | fbknefhkjhbolemlchjhacbgckdjggod |
URL Ufficiale | https://chromewebstore.google.com/detail/presearchcom-start-with-u/fbknefhkjhbolemlchjhacbgckdjggod |
Descrizione | Set Chrome's Homepage and New Tab page to Presearch.com |
Dimensione del File | 24.85 KB |
Conteggio Installazioni | 37,200 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2022-06-07 |
Data di Pubblicazione | 2018-01-26 |
Valutazione | 4.63/5 Totale 195 Valutazioni |
Sviluppatore | https://presearch.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://presearch.com |
Lingue Supportate | 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" } } |