Cookie Manager

Cookie Manager helps you keep Track on how many cookies you have allowed on different websites.

Cookie Managerคืออะไร?

Cookie Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย otto.qvist10 และคุณลักษณะหลักของมันคือ "Cookie Manager helps you keep Track on how many cookies you have allowed on different websites."

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

screenshot

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

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

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

                        Cookie Manager helps you keep Track on how many cookies you have allowed on different websites.                    

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

ชื่อ Cookie Manager Cookie Manager
ID khngpolgieodmnjpcegbbjmcoiofpfjj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cookie-manager/khngpolgieodmnjpcegbbjmcoiofpfjj
คำอธิบาย Cookie Manager helps you keep Track on how many cookies you have allowed on different websites.
ขนาดไฟล์ 5.61 KB
จำนวนการติดตั้ง 63
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-10-26
วันที่เผยแพร่ 2023-10-25
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา otto.qvist10
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cookie Manager",
    "version": "1.0",
    "description": "Cookie Manager helps you keep Track on how many cookies you have allowed on different websites.",
    "permissions": [
        "activeTab",
        "webNavigation",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    }
}