Cookie Deleter

Deletes cookies for specified sites

Cookie Deleterคืออะไร?

Cookie Deleter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jasmin และคุณลักษณะหลักของมันคือ "Deletes cookies for specified sites"

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

screenshot

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

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

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

                        Cookie Deleter is a user-friendly and lightweight Chrome extension designed to help you manage and delete cookies for specific websites. It enables you to maintain a customizable list of domains for which cookies should be automatically deleted whenever you visit them. By offering an easy way to manage cookies on a domain-by-domain basis, this extension aims to enhance your privacy while browsing the internet.

New Functionality:

In addition to the core features, the Cookie Deleter extension now includes a "Save Domains" button, allowing you to save your list of domains for future browsing sessions. This feature ensures that your preferences are retained and applied consistently across different browsing sessions.

How to use Cookie Deleter:

1. Install the Cookie Deleter extension from the Chrome Web Store.
2. After installation, click on the Cookie Deleter icon in your browser's toolbar to open the extension's popup.
3. In the popup, enter the domains you'd like to manage in the textarea, one domain per line, without the "http://" or "https://" prefix. For example:

example.com
anotherdomain.net
somedomain.org

4. Click the "Save Domains" button to store your list of domains. The extension will remember these domains and automatically delete cookies for them when you visit these sites.
5. If you want to delete cookies for the saved domains manually, click the "Delete Cookies" button in the popup. This will remove cookies for all the domains listed in the textarea.

To update or modify the list of domains:

1. Click on the Cookie Deleter icon in your browser's toolbar to open the popup.
2. The textarea will display the list of previously saved domains. You can add or remove domains as needed.
3. Click the "Save Domains" button to save your updated list.                    

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

ชื่อ Cookie Deleter Cookie Deleter
ID pldagopcgfgfckccjmdedlglhpbmhmil
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cookie-deleter/pldagopcgfgfckccjmdedlglhpbmhmil
คำอธิบาย Deletes cookies for specified sites
ขนาดไฟล์ 92.65 KB
จำนวนการติดตั้ง 197
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2023-05-01
วันที่เผยแพร่ 2023-04-03
คะแนน 3.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Jasmin
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://www.buymeacoffee.com/jasminshah
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cookie Deleter",
    "version": "1.0.5",
    "description": "Deletes cookies for specified sites",
    "permissions": [
        "cookies",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}