History Sweep

Instantly and automatically delete your Browsing history, Download URLs, Saved Passwords, Cookies, Local Data, Cache....

What is History Sweep?

History Sweep is a Chrome extension developed by Unknown, and its main feature is "Instantly and automatically delete your Browsing history, Download URLs, Saved Passwords, Cookies, Local Data, Cache....".

Extension Screenshots

screenshot

Download History Sweep Extension CRX File

Download History Sweep extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name History Sweep History Sweep
ID ihlmknoahbfopamapcmfbhcebdidkjbh
Official URL https://chromewebstore.google.com/detail/history-sweep/ihlmknoahbfopamapcmfbhcebdidkjbh
Description Instantly and automatically delete your Browsing history, Download URLs, Saved Passwords, Cookies, Local Data, Cache....
File Size 15.54 KB
Installation Count 171
Current Version 9.8.7
Last Updated 2017-04-15
Publish Date 2017-04-14
Rating 3.00/5 Total 2 Ratings
Developer Unknown
Payment Type free
Supported Languages 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"
}