autolete

It stops browser to store a porn website visit in history.

What is autolete?

autolete is a Chrome extension developed by https://wadersgroup.in, and its main feature is "It stops browser to store a porn website visit in history.".

Extension Screenshots

screenshot

Download autolete Extension CRX File

Download autolete 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

                        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/                    

Extension Basic Information

Name autolete autolete
ID fabidlmkdnjhcnpklohpoobeejaefpjc
Official URL https://chromewebstore.google.com/detail/autolete/fabidlmkdnjhcnpklohpoobeejaefpjc
Description It stops browser to store a porn website visit in history.
File Size 60.31 KB
Installation Count 37
Current Version 1.11
Last Updated 2018-09-30
Publish Date 2018-09-30
Rating 4.50/5 Total 2 Ratings
Developer https://wadersgroup.in
Email [email protected]
Payment Type free
Extension Website http://www.wadersgroup.in
Supported Languages 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"
    ]
}