Times Bandit

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

Apa itu Times Bandit?

Times Bandit adalah ekstensi Chrome yang dikembangkan oleh fermentationist, dan fitur utamanya adalah "A browser extension that temporarily clears some of the tracking data that nytimes.com stores in the browser.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Times Bandit

Unduh file ekstensi Times Bandit dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Times Bandit Times Bandit
ID kbodloaojjbfdeeoglgapaflcfamgcml
URL Resmi https://chrome.google.com/webstore/detail/times-bandit/kbodloaojjbfdeeoglgapaflcfamgcml
Deskripsi A browser extension that temporarily clears some of the tracking data that nytimes.com stores in the browser.
Ukuran File 17.19 KB
Jumlah Instalasi 37
Versi Saat Ini 1.0.4
Terakhir Diperbarui 2019-07-13
Tanggal Publikasi 2019-07-13
Penilaian 1.00/5 Total 1 Penilaian
Pengembang fermentationist
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}