Cookie Jar

Sandbox your cookies.

Cookie Jar là gì?

Cookie Jar là một tiện ích mở rộng Chrome được phát triển bởi l01cd3v, và tính năng chính của nó là "Sandbox your cookies.".

Tải xuống tệp CRX của tiện ích mở rộng Cookie Jar

Tải xuống các tệp mở rộng Cookie Jar dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cookie Jar Cookie Jar
ID iikhngeniebocgncjooahpaojhnonkfb
URL Chính Thức https://chrome.google.com/webstore/detail/cookie-jar/iikhngeniebocgncjooahpaojhnonkfb
Mô tả Sandbox your cookies.
Kích Thước Tệp 10.24 KB
Số Lần Cài Đặt 126
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2015-01-05
Ngày Phát Hành 2015-01-05
Đánh Giá 4.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển l01cd3v
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/l01cd3v/CookieJar
Ngôn Ngữ Được Hỗ Trợ 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
}