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.”。
扩展截图
下载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.
扩展基本信息
名称 | |
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 } |