Hide LastPass Error Banner

Hides the 'An error occurred' LastPass banner.

What is Hide LastPass Error Banner?

Hide LastPass Error Banner is a Chrome extension developed by Unknown, and its main feature is "Hides the 'An error occurred' LastPass banner.".

Extension Screenshots

screenshot

Download Hide LastPass Error Banner Extension CRX File

Download Hide LastPass Error Banner 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

                        Hides the 'An error occurred' LastPass banner.                    

Extension Basic Information

Name Hide LastPass Error Banner Hide LastPass Error Banner
ID bbjomknjgakklphoihfaonbaoboeipjp
Official URL https://chromewebstore.google.com/detail/hide-lastpass-error-banne/bbjomknjgakklphoihfaonbaoboeipjp
Description Hides the 'An error occurred' LastPass banner.
File Size 5.21 KB
Installation Count 47
Current Version 1.1
Last Updated 2019-04-24
Publish Date 2019-04-18
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide LastPass Error Banner",
    "version": "1.1",
    "description": "Hides the 'An error occurred' LastPass banner.",
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 2
}