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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}