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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |