Modal Blocker

Remove (some) annoying modal popups

What is Modal Blocker?

Modal Blocker is a Chrome extension developed by Marcos Gil Fuertes, and its main feature is "Remove (some) annoying modal popups".

Extension Screenshots

screenshot

Download Modal Blocker Extension CRX File

Download Modal Blocker 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

                        WHAT IT IS:

Modal Blocker will remove (some) modal popups that disturb you while browsing.


WHAT IT ISN'T:

Id doesn't remove ALL the modal popups.

It shouldn't be used to avoid paying subscriptions for online services like newspapers.


CREDITS:

Icon from http://getdrawings.com/get-icon#about-me-icon-56.png                    

Extension Basic Information

Name Modal Blocker Modal Blocker
ID edhllkdiocfhjfmplhbjpggljpjjpdna
Official URL https://chromewebstore.google.com/detail/modal-blocker/edhllkdiocfhjfmplhbjpggljpjjpdna
Description Remove (some) annoying modal popups
File Size 97.84 KB
Installation Count 319
Current Version 1.0
Last Updated 2020-04-17
Publish Date 2020-04-14
Rating 3.00/5 Total 2 Ratings
Developer Marcos Gil Fuertes
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.twitter-follower.com/en/site/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Modal Blocker",
    "short_name": "ModalBlock",
    "description": "Remove (some) annoying modal popups",
    "version": "1.0",
    "icons": {
        "16": "img\/modal16.png",
        "48": "img\/modal48.png",
        "128": "img\/modal128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/content.js"
            ]
        }
    ]
}