Cloak
disable search history suggestions
What is Cloak?
Cloak is a Chrome extension developed by slymax, and its main feature is "disable search history suggestions".
Extension Screenshots
Download Cloak Extension CRX File
Download Cloak extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
https://github.com/slymax/cloak
Extension Basic Information
Name | |
ID | pcclknndfjjmcojfkjdnmapigogbpfhn |
Official URL | https://chromewebstore.google.com/detail/cloak/pcclknndfjjmcojfkjdnmapigogbpfhn |
Description | disable search history suggestions |
File Size | 116 KB |
Installation Count | 100 |
Current Version | 1.0.4 |
Last Updated | 2023-01-28 |
Publish Date | 2020-10-12 |
Rating | 4.00/5 Total 3 Ratings |
Developer | slymax |
[email protected] | |
Payment Type | free |
Extension Website | https://slymax.com |
Supported Languages | 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" } } |