Cookie AutoDelete

Control your cookies! Automatically delete unwanted cookies from your closed tabs while keeping the ones you want.

Cookie AutoDeleteคืออะไร?

Cookie AutoDelete เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CAD Team และคุณลักษณะหลักของมันคือ "Control your cookies! Automatically delete unwanted cookies from your closed tabs while keeping the ones you want."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Main Features
- Auto Deletes Site Data from Closed Tabs
- WhiteList/GreyList Support
- Easily Export/Import your Whitelist/Greylist
- Clear Site Data for a Domain
- Supports Manual Mode Cleaning from the popup

Usage
This extension does not clean data automatically until you enable "Auto-clean". This gives you the chance to add sites to the WhiteList.

1. Add the sites you want to keep site data in the WhiteList (permanently) or GreyList (until Browser restart)
2. Toggle "Auto-clean" in the popup or "Automatic cleaning" in the settings
3. Watch those unused site data disappear :)

You can disable Cleanup Notifications via the Settings.

Note: Site Data are Cookies, IndexedDB, Localstorage, etc. Support for clearing these is dependent on the Browser APIs and the extension implementation.  (e.g. Cache and Cache Storage are NOT the same things - we can currently clean Cache, but Cache Storage cleanup is not implemented yet).

If you have any other problem, create an issue or support through our GitHub repository. Maybe we can work it out.  Note that support may not be available for variants of Mozilla Firefox and Google Chrome.                    

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

ชื่อ Cookie AutoDelete Cookie AutoDelete
ID fhcgjolkccmbidfldomjliifgaodjagh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cookie-autodelete/fhcgjolkccmbidfldomjliifgaodjagh
คำอธิบาย Control your cookies! Automatically delete unwanted cookies from your closed tabs while keeping the ones you want.
ขนาดไฟล์ 735 KB
จำนวนการติดตั้ง 220,677
เวอร์ชันปัจจุบัน 3.8.2
อัปเดตครั้งล่าสุด 2022-12-20
วันที่เผยแพร่ 2020-06-19
คะแนน 4.51/5 รวมทั้งหมด 459 คะแนน
ผู้พัฒนา CAD Team
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Cookie-AutoDelete/Cookie-AutoDelete
URL หน้าช่วยเหลือ https://github.com/Cookie-AutoDelete/Cookie-AutoDelete/issues
ภาษาที่รองรับ id,de,en,fr,nl,no,vi,tr,da,es,it,hu,pl,pt-BR,pt-PT,ro,fi,sv,cs,el,sr,bg,ru,uk,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "global_files\/browserDetect.js",
            "global_files\/browser-polyfill.min.js",
            "global_files\/redux-webext.js",
            "bundles\/common-background-popup-setting.bundle.js",
            "bundles\/common-background.bundle.js",
            "bundles\/background.bundle.js"
        ]
    },
    "description": "__MSG_extensionDescription__",
    "homepage_url": "https:\/\/github.com\/Cookie-AutoDelete\/Cookie-AutoDelete",
    "author": "CAD Team",
    "default_locale": "en",
    "browser_action": {
        "browser_style": false,
        "default_icon": {
            "48": "icons\/icon_48.png"
        },
        "default_title": "Cookie AutoDelete",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "minimum_chrome_version": "74",
    "options_ui": {
        "page": "settings\/settings.html",
        "open_in_tab": true
    },
    "permissions": [
        "activeTab",
        "alarms",
        "browsingData",
        "contextMenus",
        "cookies",
        "notifications",
        "storage",
        "tabs",
        ""
    ],
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "version": "3.8.2"
}