Cloak
disable search history suggestions
Wat is Cloak?
Cloak is een Chrome-extensie ontwikkeld door slymax, en de belangrijkste functie is "disable search history suggestions".
Extensie Screenshots
Download het CRX-bestand van de extensie Cloak
Download Cloak-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
https://github.com/slymax/cloak
Basisinformatie over de Extensie
Naam | |
ID | pcclknndfjjmcojfkjdnmapigogbpfhn |
Officiële URL | https://chromewebstore.google.com/detail/cloak/pcclknndfjjmcojfkjdnmapigogbpfhn |
Beschrijving | disable search history suggestions |
Bestandsgrootte | 116 KB |
Aantal Installaties | 100 |
Huidige Versie | 1.0.4 |
Laatst Bijgewerkt | 2023-01-28 |
Publicatiedatum | 2020-10-12 |
Beoordeling | 4.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | slymax |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://slymax.com |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cloak", "version": "1.0.4", "manifest_version": 3, "description": "disable search history suggestions", "permissions": [ "management", "history" ], "background": { "service_worker": "script.js" }, "icons": { "128": "icon.png" } } |