Disable Cookies

Disable cookies on current site

Disable Cookies là gì?

Disable Cookies là một tiện ích mở rộng Chrome được phát triển bởi https://singleclickapps.com, và tính năng chính của nó là "Disable cookies on current site".

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

screenshot
screenshot

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

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

                        Use this extension to disable/enable cookies on the current site. 

It's a simple switch: click to disable, click to enable.

It works on "per host" basis and will disable cookies for the domain only (the site opened in the currently selected tab). It will not stop third-party cookies set by the current site (analytics etc.) -- to disable third-party cookies you should use the respective content settings (chrome://settings/content/cookies)

When you disable cookies, it will delete cookies set by this site and will reload the current page. (Auto-reload/delete can be disabled in the Options page) 

There are some options available, but basically, the extension does just that and nothing more.                    

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

Tên Disable Cookies Disable Cookies
ID lkmjmficaoifggpfapbffkggecbleang
URL Chính Thức https://chromewebstore.google.com/detail/disable-cookies/lkmjmficaoifggpfapbffkggecbleang
Mô tả Disable cookies on current site
Kích Thước Tệp 57.9 KB
Số Lần Cài Đặt 26,871
Phiên Bản Hiện Tại 1.4.0
Cập Nhật Lần Cuối 2020-03-20
Ngày Phát Hành 2020-03-19
Đánh Giá 3.90/5 Tổng số 39 Đánh Giá
Nhà Phát Triển https://singleclickapps.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://singleclickapps.com/disable-cookies/
URL Trang Chính Sách Bảo Mật https://singleclickapps.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disable Cookies",
    "version": "1.4.0",
    "minimum_chrome_version": "16.0",
    "manifest_version": 2,
    "homepage_url": "https:\/\/singleclickapps.com\/disable-cookies",
    "description": "Disable cookies on current site",
    "icons": {
        "16": "icon.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "contentSettings",
        "contextMenus",
        "browsingData",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Disable Cookies"
    },
    "incognito": "spanning",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "options_page": "options.html"
}