Cookie Master

manage website cookies.

什麼是Cookie Master?

Cookie Master是由misuhoom開發的Chrome擴展程式,該擴展的主要功能是“manage website cookies.”。

擴展截圖

screenshot
screenshot
screenshot

下載Cookie Master擴展crx文件

下載Cookie Master擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Make cookie management between websites easier and faster.
It has a beautiful interface and also, operation is very smooth.
It will never pry into your data, enjoy it~


Here is what cookie master can do:
1. copy one or all cookies in current active tab;
2. copy all cookies in flat form;
3. import standard cookies into current tab;
4. delete one or all cookies in current active tab;
5. add new cookies;
6. modify cookies http-only and secure properties.                    

擴展基本資訊

名稱 Cookie Master Cookie Master
ID jahkihogapggenanjnlfdcbgmldngnfl
官方網址 https://chromewebstore.google.com/detail/cookie-master/jahkihogapggenanjnlfdcbgmldngnfl
簡介 manage website cookies.
檔案大小 66.56 KB
安裝次數 4,000
目前版本 0.1.0
更新時間 2023-12-06
上架時間 2021-01-27
評分 4.38/5 共 8 次評分
開發者 misuhoom
電子郵箱 [email protected]
付費類型 free
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cookie Master",
    "version": "0.1.0",
    "description": "manage website cookies.",
    "permissions": [
        "cookies",
        "tabs",
        "clipboardRead",
        "clipboardWrite",
        ""
    ],
    "browser_action": {
        "default_icon": "asset\/logo.png",
        "default_popup": "html\/popup.html",
        "default_title": "cookie master"
    },
    "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com https:\/\/*.cloudflare.com 'unsafe-eval'; object-src 'self'",
    "icons": {
        "16": "asset\/logo.png",
        "32": "asset\/logo.png",
        "48": "asset\/logo.png",
        "128": "asset\/logo.png"
    }
}