History Auto-Eraser
History Auto-Eraser by Owlsee
Wat is History Auto-Eraser?
History Auto-Eraser is een Chrome-extensie ontwikkeld door https://owlsee.com, en de belangrijkste functie is "History Auto-Eraser by Owlsee".
Extensie Screenshots
Download het CRX-bestand van de extensie History Auto-Eraser
Download History Auto-Eraser-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
Add page's URL or whole site's URLs to ignore list, Auto-Eraser will erase the assigned browser history automatically.
- Erase browser history automatically. Basisinformatie over de Extensie
| Naam | |
| ID | nifjbfjmcncginckeohklpodpknneefh |
| Officiële URL | https://chromewebstore.google.com/detail/history-auto-eraser/nifjbfjmcncginckeohklpodpknneefh |
| Beschrijving | History Auto-Eraser by Owlsee |
| Bestandsgrootte | 79.23 KB |
| Aantal Installaties | 186 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2019-11-20 |
| Publicatiedatum | 2019-11-19 |
| Beoordeling | 3.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | https://owlsee.com |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://reader.owlsee.com/legal |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "History Auto-Eraser",
"description": "History Auto-Eraser by Owlsee",
"version": "1.2",
"options_ui": {
"page": "html\/options.html",
"chrome_style": true
},
"browser_action": {
"default_icon": {
"16": "img\/logo_16.png",
"48": "img\/logo_48.png",
"128": "img\/logo_128.png"
},
"default_popup": "html\/popup.html",
"default_title": "History Auto-Eraser"
},
"background": {
"scripts": [
"js\/vendor.js",
"js\/background.js"
]
},
"permissions": [
"storage",
"history",
"tabs"
]
} | |