History Disabler
Disable history in Chrome by deleting history when responsible tabs are closed.
Wat is History Disabler?
History Disabler is een Chrome-extensie ontwikkeld door Aaron Horler, en de belangrijkste functie is "Disable history in Chrome by deleting history when responsible tabs are closed.".
Extensie Screenshots
Download het CRX-bestand van de extensie History Disabler
Download History Disabler-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Disable browsing history in Chrome by deleting history as you close tabs.
WARNING - This extension will remove ALL of your browsing history. Do no install this extension if you wish to selectively keep any, or all, of your history.
GitHub source - https://github.com/aghorler/History-Disabler-for-Chromium
CHANGELOG
2.1.0 - Add legacy (pre-2.0.2) functionality to appease some users.
2.0.2 - Resolve an issue with Chrome's back/forward navigation functionality.
1.6.1 - Automatic option saving.
1.5.2 - New option to retain 'Recently closed' tabs for a session, as per user request.
1.5.1 - GitHub username change, very minor fixes.
1.5 - New download history option, new icon, and other minor fixes. Basisinformatie over de Extensie
| Naam | |
| ID | idfabmmfgdfcjehenodijniddhhgodgo |
| Officiële URL | https://chrome.google.com/webstore/detail/idfabmmfgdfcjehenodijniddhhgodgo |
| Beschrijving | Disable history in Chrome by deleting history when responsible tabs are closed. |
| Bestandsgrootte | 11.44 KB |
| Aantal Installaties | 11,595 |
| Huidige Versie | 2.1.0 |
| Laatst Bijgewerkt | 2018-07-14 |
| Publicatiedatum | 2018-07-14 |
| Beoordeling | 4.03/5 Totaal 65 Beoordelingen |
| Ontwikkelaar | Aaron Horler |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/aghorler/History-Disabler-for-Chromium |
| Help Pagina-URL | https://github.com/aghorler/History-Disabler-for-Chromium/blob/master/DOCUMENTATION.md#documentation |
| URL van de Privacybeleid Pagina | https://aaronhorler.com/privacy.txt |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "History Disabler",
"version": "2.1.0",
"manifest_version": 2,
"description": "Disable history in Chrome by deleting history when responsible tabs are closed.",
"background": {
"scripts": [
"\/js\/background.js"
],
"persistent": true
},
"icons": {
"128": "\/img\/icon128.png"
},
"options_ui": {
"page": "\/html\/options.html",
"chrome_style": true,
"open_in_tab": false
},
"permissions": [
"browsingData",
"history",
"downloads",
"storage",
"tabs"
]
} | |