SearchLock Tab
Privacy-enhancing search engine new tab page.
Cos'è SearchLock Tab?
SearchLock Tab è un'estensione di Chrome sviluppata da https://searchlock.com, e la sua funzione principale è "Privacy-enhancing search engine new tab page.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SearchLock Tab
Scarica i file di estensione SearchLock Tab 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
Search the web without being tracked from your new tab page! SearchLock Tab adds a privacy-friendly SearchLock search box to your browser's new tab page.
When you use SearchLock, you can rest easy knowing that:
• We don't track you in or out of private mode.
• We don’t ask for or store your personal information.
• We don't associate your searches with your personal information since we never ask for it in the first place.
• We don't follow you with ads.
--------------------
Extension Features:
--------------------
- Updates your Chrome new tab page to show a privacy-friendly search box from SearchLock.
- Use your SearchLock Tab page to search the web privately, without being tracked or profiled for advertising.
Privacy policy:
https://www.searchlock.com/pages/privacy
Thanks for using SearchLock Tab! Get in touch with us any time at https://www.searchlock.com/support
Adding this extension to Chrome sets your new tab page to SearchLock Tab. Informazioni di Base sull'Estensione
| Nome | |
| ID | ohdphinnjkbfgimbcpdjdigbbkmngcge |
| URL Ufficiale | https://chromewebstore.google.com/detail/searchlock-tab/ohdphinnjkbfgimbcpdjdigbbkmngcge |
| Descrizione | Privacy-enhancing search engine new tab page. |
| Dimensione del File | 276 KB |
| Conteggio Installazioni | 20,000 |
| Versione Corrente | 1.0.2 |
| Ultimo Aggiornamento | 2022-12-10 |
| Data di Pubblicazione | 2017-08-28 |
| Valutazione | 4.24/5 Totale 87 Valutazioni |
| Sviluppatore | https://searchlock.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.searchlock.com |
| URL della Pagina di Aiuto | https://www.searchlock.com/support |
| URL della Pagina della Politica sulla Privacy | https://www.searchlock.com/en/pages/privacy |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "SearchLock Tab",
"version": "1.0.2",
"manifest_version": 3,
"description": "Privacy-enhancing search engine new tab page.",
"homepage_url": "https:\/\/www.SearchLock.com",
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"background": {
"service_worker": "js\/background.js"
},
"action": {
"default_icon": {
"16": "img\/icon16.png",
"32": "img\/icon32.png"
},
"default_title": "SearchLock Tab",
"default_popup": "popup.html"
},
"permissions": [
"alarms",
"storage",
"tabs",
"topSites",
"declarativeNetRequestWithHostAccess"
],
"host_permissions": [
"*:\/\/*.searchlock.com\/*"
],
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/*.searchlock.com\/*",
"https:\/\/*.searchlock.com\/*"
],
"js": [
"js\/utils.js",
"js\/config.js",
"js\/contentScripts.js"
],
"all_frames": true
}
]
} | |