autolete
It stops browser to store a porn website visit in history.
Cos'è autolete?
autolete è un'estensione di Chrome sviluppata da https://wadersgroup.in, e la sua funzione principale è "It stops browser to store a porn website visit in history.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione autolete
Scarica i file di estensione autolete 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
It is really hard to delete history after every time you watch porn. Autolete is the one-stop solution for this problem. No need to worry, browser will not store your porn surfing history. This works only when your browser's web sync is off In browser visit chrome://settings/syncSetup to switch it off (if on) & sign-out from your Google account at chrome://settings/ ------------------------------------------------------------ For Firefox: Download it from https://addons.mozilla.org/en-US/firefox/addon/autolete/
Informazioni di Base sull'Estensione
Nome | autolete |
ID | fabidlmkdnjhcnpklohpoobeejaefpjc |
URL Ufficiale | https://chromewebstore.google.com/detail/autolete/fabidlmkdnjhcnpklohpoobeejaefpjc |
Descrizione | It stops browser to store a porn website visit in history. |
Dimensione del File | 60.31 KB |
Conteggio Installazioni | 37 |
Versione Corrente | 1.11 |
Ultimo Aggiornamento | 2018-09-30 |
Data di Pubblicazione | 2018-09-30 |
Valutazione | 4.50/5 Totale 2 Valutazioni |
Sviluppatore | https://wadersgroup.in |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.wadersgroup.in |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "autolete", "short_name": "autolete", "description": "It stops browser to store a porn website visit in history.", "version": "1.11", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/inactive.png", "default_popup": "main.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "history", "storage", "tabs" ] } |