Cookie Auto Delete

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

什麼是Cookie Auto Delete?

Cookie Auto Delete是由Yubi開發的Chrome擴展程式,該擴展的主要功能是“Automatically delete cookies when a tab or the browser is closed!”。

擴展截圖

screenshot
screenshot

下載Cookie Auto Delete擴展crx文件

下載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
官方網址 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"
    }
}