Cookie Manager

Manage Active Cookies

Cookie Managerคืออะไร?

Cookie Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.xtensionizer.com และคุณลักษณะหลักของมันคือ "Manage Active Cookies"

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

screenshot

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

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

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

                        Cookie is a small piece of data sent from a website and stored on the user's computer by the user's web browser while the user is browsing. It might be required for website or they will harmful if they are from unknown sources and collecting your personal information

We provide additional feature to delete all cookies when you close browser.

It’s lightweight, quick and easy to understand. Be organized and take control from unknown attacks.

Please rate us and give us your feedback if you need any additional feature.                    

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

ชื่อ Cookie Manager Cookie Manager
ID mfiipmpdfdpejeenmkcaojbbkajcfkgp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cookie-manager/mfiipmpdfdpejeenmkcaojbbkajcfkgp
คำอธิบาย Manage Active Cookies
ขนาดไฟล์ 196 KB
จำนวนการติดตั้ง 190
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-03-22
วันที่เผยแพร่ 2019-09-10
ผู้พัฒนา https://www.xtensionizer.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://xtensionizer.in/privacy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cookie Manager",
    "short_name": "CookieMan",
    "version": "1.0",
    "description": "Manage Active Cookies",
    "icons": {
        "16": "images\/Icon-16.png",
        "32": "images\/Icon-32.png",
        "48": "images\/Icon-48.png",
        "64": "images\/Icon-64.png",
        "128": "images\/Icon-128.png"
    },
    "permissions": [
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/Icon-19.png",
            "38": "images\/Icon-38.png"
        },
        "default_title": "Cookie Manager",
        "default_popup": "html\/cookieManager.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}