History Sweep
Instantly and automatically delete your Browsing history, Download URLs, Saved Passwords, Cookies, Local Data, Cache....
Hvad er History Sweep?
History Sweep er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Instantly and automatically delete your Browsing history, Download URLs, Saved Passwords, Cookies, Local Data, Cache....".
Udvidelsesskærmbilleder
Download History Sweep-udvidelses-CRX-fil
Download History Sweep-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
Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ihlmknoahbfopamapcmfbhcebdidkjbh |
| Officiel URL | https://chromewebstore.google.com/detail/history-sweep/ihlmknoahbfopamapcmfbhcebdidkjbh |
| Beskrivelse | Instantly and automatically delete your Browsing history, Download URLs, Saved Passwords, Cookies, Local Data, Cache.... |
| Filstørrelse | 15.54 KB |
| Antal Installationer | 171 |
| Nuværende Version | 9.8.7 |
| Senest Opdateret | 2017-04-15 |
| Udgivelsesdato | 2017-04-14 |
| Bedømmelse | 3.00/5 Samlet 2 Bedømmelser |
| Udvikler | Unknown |
| Betalingsmetode | free |
| Understøttede Sprog | en-US |
| manifest.json | |
{
"background": {
"persistent": false,
"scripts": [
"bg.js"
]
},
"description": "Instantly and automatically delete your Browsing history, Download URLs, Saved Passwords, Cookies, Local Data, Cache....",
"icons": {
"128": "128.png",
"16": "16.png",
"32": "32.png",
"48": "48.png"
},
"permissions": [
"storage",
"browsingData"
],
"version": "9.8.7",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "History Sweep",
"offline_enabled": true,
"optional_permissions": [
"downloads",
"contentSettings"
],
"options_page": "options.html"
} | |