History Sweep
Instantly and automatically delete your Browsing history, Download URLs, Saved Passwords, Cookies, Local Data, Cache....
Was ist History Sweep?
History Sweep ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Instantly and automatically delete your Browsing history, Download URLs, Saved Passwords, Cookies, Local Data, Cache....".
Erweiterungsscreenshots
History Sweep-Erweiterungs-CRX-Datei herunterladen
Laden Sie History Sweep-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
Name | History Sweep |
ID | ihlmknoahbfopamapcmfbhcebdidkjbh |
Offizielle URL | https://chromewebstore.google.com/detail/history-sweep/ihlmknoahbfopamapcmfbhcebdidkjbh |
Beschreibung | Instantly and automatically delete your Browsing history, Download URLs, Saved Passwords, Cookies, Local Data, Cache.... |
Dateigröße | 15.54 KB |
Installationsanzahl | 171 |
Aktuelle Version | 9.8.7 |
Letztes Update | 2017-04-15 |
Veröffentlichungsdatum | 2017-04-14 |
Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
Entwickler | Unknown |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |