Times Bandit
A browser extension that temporarily clears some of the tracking data that nytimes.com stores in the browser.
Hvad er Times Bandit?
Times Bandit er en Chrome-udvidelse udviklet af fermentationist, og dens hovedfunktion er "A browser extension that temporarily clears some of the tracking data that nytimes.com stores in the browser.".
Udvidelsesskærmbilleder
Download Times Bandit-udvidelses-CRX-fil
Download Times Bandit-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | kbodloaojjbfdeeoglgapaflcfamgcml |
Officiel URL | https://chrome.google.com/webstore/detail/times-bandit/kbodloaojjbfdeeoglgapaflcfamgcml |
Beskrivelse | A browser extension that temporarily clears some of the tracking data that nytimes.com stores in the browser. |
Filstørrelse | 17.19 KB |
Antal Installationer | 37 |
Nuværende Version | 1.0.4 |
Senest Opdateret | 2019-07-13 |
Udgivelsesdato | 2019-07-13 |
Bedømmelse | 1.00/5 Samlet 1 Bedømmelser |
Udvikler | fermentationist |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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 } |