autolete
It stops browser to store a porn website visit in history.
Apa itu autolete?
autolete adalah ekstensi Chrome yang dikembangkan oleh https://wadersgroup.in, dan fitur utamanya adalah "It stops browser to store a porn website visit in history.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi autolete
Unduh file ekstensi autolete dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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/ Informasi Dasar Ekstensi
| Nama | |
| ID | fabidlmkdnjhcnpklohpoobeejaefpjc |
| URL Resmi | https://chromewebstore.google.com/detail/autolete/fabidlmkdnjhcnpklohpoobeejaefpjc |
| Deskripsi | It stops browser to store a porn website visit in history. |
| Ukuran File | 60.31 KB |
| Jumlah Instalasi | 37 |
| Versi Saat Ini | 1.11 |
| Terakhir Diperbarui | 2018-09-30 |
| Tanggal Publikasi | 2018-09-30 |
| Penilaian | 4.50/5 Total 2 Penilaian |
| Pengembang | https://wadersgroup.in |
| [email protected] | |
| Tipe Pembayaran | free |
| Situs Ekstensi | http://www.wadersgroup.in |
| Bahasa yang Didukung | 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"
]
} | |