Remove Cookie!

Removes cookies set by the site, including cookies with paths and domains

Remove Cookie! là gì?

Remove Cookie! là một tiện ích mở rộng Chrome được phát triển bởi alenbi.2013.105, và tính năng chính của nó là "Removes cookies set by the site, including cookies with paths and domains".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

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

Tải xuống các tệp mở rộng Remove Cookie! 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

                        This extension enables you to quickly remove the cookie that may have been set by the site. Simply click "Remove Cookie!                    

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

Tên Remove Cookie! Remove Cookie!
ID oifomnalkciipmgkfgdjkepdocgiipjg
URL Chính Thức https://chrome.google.com/webstore/detail/remove-cookie/oifomnalkciipmgkfgdjkepdocgiipjg
Mô tả Removes cookies set by the site, including cookies with paths and domains
Kích Thước Tệp 25.75 KB
Số Lần Cài Đặt 16,543
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2013-12-18
Ngày Phát Hành 2013-12-18
Đánh Giá 2.88/5 Tổng số 16 Đánh Giá
Nhà Phát Triển alenbi.2013.105
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "Remove Cookie!"
    },
    "name": "Remove Cookie!",
    "description": "Removes cookies set by the site, including cookies with paths and domains",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1",
    "manifest_version": 2
}