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