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 |
官方網址 | 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 } |