Selective Cookie Remover

Remove cookies from selected domains

Selective Cookie Remover là gì?

Selective Cookie Remover là một tiện ích mở rộng Chrome được phát triển bởi billy, và tính năng chính của nó là "Remove cookies from selected 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 Selective Cookie Remover

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

                        Deletes cookies from a specified list of domains.

Create your own list of domains, then click the button to remove all cookies from matching domains/sub-domains.

Source code available in the GitHub link below.

Please contact me with any bugs or feedback!

Version 1.11:
- Live count of cookies for each domain
- UI tweaks                    

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

Tên Selective Cookie Remover Selective Cookie Remover
ID nagfacmodkbckhjiimdccehaabobmnnh
URL Chính Thức https://chromewebstore.google.com/detail/selective-cookie-remover/nagfacmodkbckhjiimdccehaabobmnnh
Mô tả Remove cookies from selected domains
Kích Thước Tệp 96.54 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.11
Cập Nhật Lần Cuối 2015-04-09
Ngày Phát Hành 2015-04-09
Đánh Giá 4.25/5 Tổng số 4 Đánh Giá
Nhà Phát Triển billy
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/billyf/selective-cookie-remover
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Selective Cookie Remover",
    "description": "Remove cookies from selected domains",
    "version": "1.11",
    "browser_action": {
        "default_icon": "img\/cookie128.png",
        "default_title": "Remove cookies from selected domains",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/cookie128.png",
        "48": "img\/cookie48.png"
    },
    "permissions": [
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ]
}