History Auto-Eraser
History Auto-Eraser by Owlsee
Hvad er History Auto-Eraser?
History Auto-Eraser er en Chrome-udvidelse udviklet af https://owlsee.com, og dens hovedfunktion er "History Auto-Eraser by Owlsee".
Udvidelsesskærmbilleder
Download History Auto-Eraser-udvidelses-CRX-fil
Download History Auto-Eraser-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
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | nifjbfjmcncginckeohklpodpknneefh |
| Officiel URL | https://chromewebstore.google.com/detail/history-auto-eraser/nifjbfjmcncginckeohklpodpknneefh |
| Beskrivelse | History Auto-Eraser by Owlsee |
| Filstørrelse | 79.23 KB |
| Antal Installationer | 186 |
| Nuværende Version | 1.2 |
| Senest Opdateret | 2019-11-20 |
| Udgivelsesdato | 2019-11-19 |
| Bedømmelse | 3.00/5 Samlet 4 Bedømmelser |
| Udvikler | https://owlsee.com |
| [email protected] | |
| Betalingsmetode | free |
| URL til Fortrolighedspolitik Side | https://reader.owlsee.com/legal |
| Understøttede Sprog | 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"
]
} | |