autolete

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

Что такое autolete?

autolete - это расширение Chrome, разработанное https://wadersgroup.in, и его основная функция - "It stops browser to store a porn website visit in history.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения autolete

Скачайте файлы расширений 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"
    ]
}