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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}