autolete

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

Co to jest autolete?

autolete to rozszerzenie Chrome opracowane przez https://wadersgroup.in, a jego główną funkcją jest „It stops browser to store a porn website visit in history.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia autolete

Pobierz pliki rozszerzeń autolete w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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/                    

Podstawowe informacje o rozszerzeniu

Nazwa autolete autolete
ID fabidlmkdnjhcnpklohpoobeejaefpjc
Oficjalny URL https://chromewebstore.google.com/detail/autolete/fabidlmkdnjhcnpklohpoobeejaefpjc
Opis It stops browser to store a porn website visit in history.
Rozmiar pliku 60.31 KB
Liczba instalacji 37
Aktualna Wersja 1.11
Ostatnia Aktualizacja 2018-09-30
Data Publikacji 2018-09-30
Ocena 4.50/5 Łącznie 2 Oceny
Deweloper https://wadersgroup.in
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.wadersgroup.in
Obsługiwane Języki 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"
    ]
}