History Sweep
Instantly and automatically delete your Browsing history, Download URLs, Saved Passwords, Cookies, Local Data, Cache....
Wat is History Sweep?
History Sweep is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Instantly and automatically delete your Browsing history, Download URLs, Saved Passwords, Cookies, Local Data, Cache....".
Extensie Screenshots
Download het CRX-bestand van de extensie History Sweep
Download History Sweep-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
Basisinformatie over de Extensie
Naam | History Sweep |
ID | ihlmknoahbfopamapcmfbhcebdidkjbh |
Officiële URL | https://chromewebstore.google.com/detail/history-sweep/ihlmknoahbfopamapcmfbhcebdidkjbh |
Beschrijving | Instantly and automatically delete your Browsing history, Download URLs, Saved Passwords, Cookies, Local Data, Cache.... |
Bestandsgrootte | 15.54 KB |
Aantal Installaties | 171 |
Huidige Versie | 9.8.7 |
Laatst Bijgewerkt | 2017-04-15 |
Publicatiedatum | 2017-04-14 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | 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" } |