Cookie Jar

Sandbox your cookies.

Cookie Jarคืออะไร?

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

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

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

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

                        Cookie Jar is a simple extension that allows you to visit your favorite websites without sharing this information with third parties (e.g. social networks, advertising networks, and analytics platform).
Cookie Jar functions by removing cookies sent to websites that are hosted on a different root domain than the website you are visiting.                    

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

ชื่อ Cookie Jar Cookie Jar
ID iikhngeniebocgncjooahpaojhnonkfb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/cookie-jar/iikhngeniebocgncjooahpaojhnonkfb
คำอธิบาย Sandbox your cookies.
ขนาดไฟล์ 10.24 KB
จำนวนการติดตั้ง 126
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2015-01-05
วันที่เผยแพร่ 2015-01-05
คะแนน 4.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา l01cd3v
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/l01cd3v/CookieJar
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cookie Jar",
    "version": "0.2",
    "description": "Sandbox your cookies.",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon48.png"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2
}