Times Bandit

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

Times Banditとは何ですか?

Times Banditはfermentationistによって開発されたChromeの拡張機能で、その主な機能は「A browser extension that temporarily clears some of the tracking data that nytimes.com stores in the browser.」です。

拡張機能のスクリーンショット

screenshot

Times Bandit拡張機能のCRXファイルをダウンロード

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
Eメール [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
}