Delete On Exit

Automatically delete user selected data when browser is closed.

Delete On Exitคืออะไร?

Delete On Exit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Daniel Diep และคุณลักษณะหลักของมันคือ "Automatically delete user selected data when browser is closed."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Delete On Exit

ดาวน์โหลดไฟล์ส่วนขยาย Delete On Exit ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Looking for a reliable and easy-to-use Chrome extension that actually does what it promises? Look no further than this innovative tool that gives you complete control over your browsing history.

Tired of other extensions that claim to delete your browser history but fall short? This extension lets you select exactly which items to delete, so you can protect your privacy and keep your browsing experience running smoothly. No more gimmicks or false promises - just straightforward, dependable results.

Whether you're looking to clear your cache, delete specific cookies, or erase your entire browsing history, this extension has you covered. Plus, the intuitive user interface makes it simple to use, even if you're not a tech expert.

So why wait? Download this extension today and take control of your browsing history like never before. The best part of all is that this is completely FREE to download and use!

Users of this extension will be able to delete the following options upon exiting chrome:
 Application Cache
 Cache
 Cookies
 Downloads
 File Systems
 Form Data
 History
 IndexedDB
 Local Storage
 Plugin Data
 Passwords
 Service Workers
 WebSQL                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Delete On Exit Delete On Exit
ID eoppidhdnnhafmdhkbffmhimcolhjjmi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/delete-on-exit/eoppidhdnnhafmdhkbffmhimcolhjjmi
คำอธิบาย Automatically delete user selected data when browser is closed.
ขนาดไฟล์ 14.37 KB
จำนวนการติดตั้ง 355
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2023-04-25
วันที่เผยแพร่ 2023-04-14
คะแนน 4.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Daniel Diep
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Delete On Exit",
    "version": "1.1",
    "description": "Automatically delete user selected data when browser is closed.",
    "permissions": [
        "background",
        "browsingData",
        "storage",
        "contextMenus",
        "windows"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Delete On Exit",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    }
}