Times Bandit

A browser extension that temporarily clears some of the tracking data that nytimes.com stores in the browser.

Times Bandit là gì?

Times Bandit là một tiện ích mở rộng Chrome được phát triển bởi fermentationist, và tính năng chính của nó là "A browser extension that temporarily clears some of the tracking data that nytimes.com stores in the browser.".

Ả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 Times Bandit

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

                        Times Bandit is a browser extension that removes some of the tracking data that nytimes.com stores in the browser.

Clicking the icon will delete all of the non-HttpOnly cookies stored locally by nytimes.com, clear both local and session storage, and then reload the current url.                    

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

Tên Times Bandit Times Bandit
ID kbodloaojjbfdeeoglgapaflcfamgcml
URL Chính Thức https://chrome.google.com/webstore/detail/times-bandit/kbodloaojjbfdeeoglgapaflcfamgcml
Mô tả A browser extension that temporarily clears some of the tracking data that nytimes.com stores in the browser.
Kích Thước Tệp 17.19 KB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2019-07-13
Ngày Phát Hành 2019-07-13
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển fermentationist
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Times Bandit",
    "description": "A browser extension that temporarily clears some of the tracking data that nytimes.com stores in the browser.",
    "version": "1.0.4",
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "cookies",
        "*:\/\/*.nytimes.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "icon_16.png",
            "48": "icon_48.png",
            "128": "icon_128.png"
        },
        "default_title": "Removes nytimes.com tracking data from browser storage."
    },
    "manifest_version": 2
}