Cookie Master

manage website cookies.

Cookie Masterคืออะไร?

Cookie Master เป็นส่วนขยายของ Chrome ที่พัฒนาโดย misuhoom และคุณลักษณะหลักของมันคือ "manage website cookies."

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    }
}