Times Bandit

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

Times Banditคืออะไร?

Times Bandit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fermentationist และคุณลักษณะหลักของมันคือ "A browser extension that temporarily clears some of the tracking data that nytimes.com stores in the browser."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Times Bandit

ดาวน์โหลดไฟล์ส่วนขยาย Times Bandit ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Times Bandit Times Bandit
ID kbodloaojjbfdeeoglgapaflcfamgcml
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/times-bandit/kbodloaojjbfdeeoglgapaflcfamgcml
คำอธิบาย A browser extension that temporarily clears some of the tracking data that nytimes.com stores in the browser.
ขนาดไฟล์ 17.19 KB
จำนวนการติดตั้ง 37
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2019-07-13
วันที่เผยแพร่ 2019-07-13
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา fermentationist
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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
}