autolete

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

什么是autolete?

autolete是由https://wadersgroup.in开发的Chrome扩展程序,该扩展的主要功能是“It stops browser to store a porn website visit in history.”。

扩展截图

screenshot

下载autolete扩展crx文件

下载autolete扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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/                    

扩展基本信息

名称 autolete autolete
ID fabidlmkdnjhcnpklohpoobeejaefpjc
官方URL https://chromewebstore.google.com/detail/autolete/fabidlmkdnjhcnpklohpoobeejaefpjc
简介 It stops browser to store a porn website visit in history.
文件大小 60.31 KB
安装次数 37
当前版本 1.11
更新时间 2018-09-30
上架时间 2018-09-30
评分 4.50/5 共2次评分
开发者 https://wadersgroup.in
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.wadersgroup.in
支持的语言 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"
    ]
}