HideMe
Automatically opens sites in Icognito-Mode
Cos'è HideMe?
HideMe è un'estensione di Chrome sviluppata da Sebastian Knopp, e la sua funzione principale è "Automatically opens sites in Icognito-Mode".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione HideMe
Scarica i file di estensione HideMe 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
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.
Informazioni di Base sull'Estensione
Nome | HideMe |
ID | kidgemiejpkaooedpdophaabombchkcf |
URL Ufficiale | https://chromewebstore.google.com/detail/hideme/kidgemiejpkaooedpdophaabombchkcf |
Descrizione | Automatically opens sites in Icognito-Mode |
Dimensione del File | 5.5 KB |
Conteggio Installazioni | 97 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-03-31 |
Data di Pubblicazione | 2020-03-31 |
Sviluppatore | Sebastian Knopp |
Tipo di Pagamento | free |
Lingue Supportate | 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 } } |