autolete
It stops browser to store a porn website visit in history.
Qu'est-ce que autolete ?
autolete est une extension Chrome développée par https://wadersgroup.in, et sa fonction principale est "It stops browser to store a porn website visit in history.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension autolete
Téléchargez les fichiers d'extension autolete au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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/ Informations de Base sur l'Extension
| Nom | |
| ID | fabidlmkdnjhcnpklohpoobeejaefpjc |
| URL Officiel | https://chromewebstore.google.com/detail/autolete/fabidlmkdnjhcnpklohpoobeejaefpjc |
| Description | It stops browser to store a porn website visit in history. |
| Taille du Fichier | 60.31 KB |
| Nombre d'Installations | 37 |
| Version Actuelle | 1.11 |
| Dernière Mise à Jour | 2018-09-30 |
| Date de Publication | 2018-09-30 |
| Évaluation | 4.50/5 Total 2 Évaluations |
| Développeur | https://wadersgroup.in |
| [email protected] | |
| Type de Paiement | free |
| Site Web de l'Extension | http://www.wadersgroup.in |
| Langues Prises en Charge | 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"
]
} | |