Cookie Auto Delete

Automatically delete cookies when a tab or the browser is closed!

Cookie Auto Deleteคืออะไร?

Cookie Auto Delete เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yubi และคุณลักษณะหลักของมันคือ "Automatically delete cookies when a tab or the browser is closed!"

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

screenshot
screenshot

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

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

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

                        Cookie Auto Delete is an extension that helps you quickly erase cookies for a tab when it closes (Tab-Only mode). Moreover, you can set the addon to remove cookies for all tabs when the browser is closed (Session-Only mode).

The toolbar icon serves as an ON|OFF switch to quickly turn the addon ON or OFF. This addon can potentially improve your privacy as it deletes cookies (and most importantly third-party cookies) which are used to track user's behavior across multiple websites. Please note that, if you want to switch modes, open the addon options and mark the desired option. Moreover, this addon has a whitelisting tool to easily exclude a domain from Cookie Auto Delete. Simply add a domain comma separate to the designated area on the options page.

Note: this extension is made in collaboration with the author of Cookie Switch ON|OFF (https://chrome.google.com/webstore/detail/cookie-switch-onoff/okclohaghlaedgghhngcenaandmajmmk)

To report bugs, please fill the bug report form on the addon's homepage (https://mybrowseraddon.com/cookie-auto-delete.html).                    

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

ชื่อ Cookie Auto Delete Cookie Auto Delete
ID kceglpglilklghkgofolieongaolnaob
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cookie-auto-delete/kceglpglilklghkgofolieongaolnaob
คำอธิบาย Automatically delete cookies when a tab or the browser is closed!
ขนาดไฟล์ 45.29 KB
จำนวนการติดตั้ง 4,772
เวอร์ชันปัจจุบัน 0.1.4
อัปเดตครั้งล่าสุด 2023-11-04
วันที่เผยแพร่ 2019-07-07
คะแนน 2.75/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Yubi
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mybrowseraddon.com/cookie-auto-delete.html
URL หน้าช่วยเหลือ https://mybrowseraddon.com/cookie-auto-delete.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.4",
    "manifest_version": 3,
    "offline_enabled": true,
    "name": "Cookie Auto Delete",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "homepage_url": "https:\/\/mybrowseraddon.com\/cookie-auto-delete.html",
    "description": "Automatically delete cookies when a tab or the browser is closed!",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "data\/options\/options.html"
    },
    "permissions": [
        "storage",
        "cookies",
        "notifications",
        "contentSettings"
    ],
    "action": {
        "default_title": "Cookie Auto Delete",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}