Blitz for Chrome

Blitz your browser history!

What is Blitz for Chrome?

Blitz for Chrome is a Chrome extension developed by DriveIO Developers, and its main feature is "Blitz your browser history!".

Extension Screenshots

screenshot

Download Blitz for Chrome Extension CRX File

Download Blitz for Chrome 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

                        Blitz your browser history!

Uh oh! You've visited a questionable website, but you forgot to use incognito mode. Luckily, you can still clear it from your browser history. But who has time to go through all of those ugly confirmation dialogs?

Luckily, Blitz for Chrome is here! Blitz for Chrome is the easy, one-step solution for hiding your questionable internet browsing habits. Simply right-click and "Blitz!" the tab from your history, or even escape to a website with more acceptable content. With Blitz for Chrome, your private internet life can stay private!                    

Extension Basic Information

Name Blitz for Chrome Blitz for Chrome
ID bebillabkkmbmafaoefeaeaabhoailfb
Official URL https://chromewebstore.google.com/detail/blitz-for-chrome/bebillabkkmbmafaoefeaeaabhoailfb
Description Blitz your browser history!
File Size 206 KB
Installation Count 21
Current Version 1.2
Last Updated 2015-05-29
Publish Date 2015-05-29
Rating 4.83/5 Total 6 Ratings
Developer DriveIO Developers
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Blitz for Chrome",
    "offline_enabled": true,
    "version": "1.2",
    "description": "Blitz your browser history!",
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "16": "icon_16.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Blitz for Chrome",
        "default_popup": "popup.html",
        "default_icon": {
            "19": "icon_19.png",
            "38": "icon_38.png"
        }
    },
    "permissions": [
        "history",
        "contextMenus",
        "activeTab",
        "tabs"
    ],
    "commands": {
        "blitz": {
            "suggested_key": {
                "default": "Ctrl+Shift+1"
            },
            "description": "Blitz!"
        },
        "blitztab": {
            "suggested_key": {
                "default": "Ctrl+Shift+2"
            },
            "description": "Blitz Tab!"
        }
    }
}