autolete

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

autolete là gì?

autolete là một tiện ích mở rộng Chrome được phát triển bởi https://wadersgroup.in, và tính năng chính của nó là "It stops browser to store a porn website visit in history.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng autolete

Tải xuống các tệp mở rộng autolete dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên autolete autolete
ID fabidlmkdnjhcnpklohpoobeejaefpjc
URL Chính Thức https://chromewebstore.google.com/detail/autolete/fabidlmkdnjhcnpklohpoobeejaefpjc
Mô tả It stops browser to store a porn website visit in history.
Kích Thước Tệp 60.31 KB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 1.11
Cập Nhật Lần Cuối 2018-09-30
Ngày Phát Hành 2018-09-30
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://wadersgroup.in
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.wadersgroup.in
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}