The Cookie Monster

Removes the annoying Cookie notifications from various web sites

The Cookie Monsterคืออะไร?

The Cookie Monster เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Darko Kukovec และคุณลักษณะหลักของมันคือ "Removes the annoying Cookie notifications from various web sites"

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

screenshot

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

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

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

                                            

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

ชื่อ The Cookie Monster The Cookie Monster
ID cjpljjfadjkfblhldfmhpdkoecljkghe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/the-cookie-monster/cjpljjfadjkfblhldfmhpdkoecljkghe
คำอธิบาย Removes the annoying Cookie notifications from various web sites
ขนาดไฟล์ 52.49 KB
จำนวนการติดตั้ง 280
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2015-10-01
วันที่เผยแพร่ 2015-10-01
คะแนน 4.29/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Darko Kukovec
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Cookie Monster",
    "description": "Removes the annoying Cookie notifications from various web sites",
    "version": "1.1",
    "permissions": [
        "contextMenus",
        "https:\/\/api.parse.com\/"
    ],
    "icons": {
        "16": "assets\/icon-16.png",
        "32": "assets\/icon-32.png",
        "48": "assets\/icon-48.png",
        "96": "assets\/icon-96.png",
        "128": "assets\/icon-128.png",
        "256": "assets\/icon-256.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "monster.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html"
}

ส่วนขยายที่เกี่ยวข้อง