How About No

Remove bullshit overlays that obscure content.

What is How About No?

How About No is a Chrome extension developed by Oliver Zheng, and its main feature is "Remove bullshit overlays that obscure content.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download How About No Extension CRX File

Download How About No 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

                        Inspired by http://tabcloseddidntread.com/, this extension tries to hide dialogs that obscure real content.

Open source: https://github.com/oliverzheng/howaboutno                    

Extension Basic Information

Name How About No How About No
ID jpokilnlimmnafdcbgmocofmmdcpiemg
Official URL https://chromewebstore.google.com/detail/how-about-no/jpokilnlimmnafdcbgmocofmmdcpiemg
Description Remove bullshit overlays that obscure content.
File Size 32.75 KB
Installation Count 52
Current Version 1.0
Last Updated 2013-11-29
Publish Date 2013-11-28
Rating 2.50/5 Total 2 Ratings
Developer Oliver Zheng
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "How About No",
    "description": "Remove bullshit overlays that obscure content.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "script.js"
            ]
        }
    ]
}