HideMe
Automatically opens sites in Icognito-Mode
What is HideMe?
HideMe is a Chrome extension developed by Sebastian Knopp, and its main feature is "Automatically opens sites in Icognito-Mode".
Extension Screenshots
Download HideMe Extension CRX File
Download HideMe 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
Some pages request you to register or login after you visited them several times. They do so by using whatever kind of tracking mechanisms. Just add those sites to your icognito list and don't worry anymore about that.
Extension Basic Information
Name | HideMe |
ID | kidgemiejpkaooedpdophaabombchkcf |
Official URL | https://chromewebstore.google.com/detail/hideme/kidgemiejpkaooedpdophaabombchkcf |
Description | Automatically opens sites in Icognito-Mode |
File Size | 5.5 KB |
Installation Count | 97 |
Current Version | 1.0 |
Last Updated | 2020-03-31 |
Publish Date | 2020-03-31 |
Developer | Sebastian Knopp |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HideMe", "version": "1.0", "description": "Automatically opens sites in Icognito-Mode", "manifest_version": 2, "permissions": [ "webNavigation", "tabs", "storage" ], "options_page": "options\/options.html", "background": { "scripts": [ "background.js" ], "persistent": false } } |