Modal Blocker

Remove (some) annoying modal popups

什么是Modal Blocker?

Modal Blocker是由Marcos Gil Fuertes开发的Chrome扩展程序,该扩展的主要功能是“Remove (some) annoying modal popups”。

扩展截图

screenshot

下载Modal Blocker扩展crx文件

下载Modal Blocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Modal Blocker Modal Blocker
ID edhllkdiocfhjfmplhbjpggljpjjpdna
官方URL https://chromewebstore.google.com/detail/modal-blocker/edhllkdiocfhjfmplhbjpggljpjjpdna
简介 Remove (some) annoying modal popups
文件大小 97.84 KB
安装次数 319
当前版本 1.0
更新时间 2020-04-17
上架时间 2020-04-14
评分 3.00/5 共2次评分
开发者 Marcos Gil Fuertes
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.twitter-follower.com/en/site/privacy-policy
支持的语言 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"
            ]
        }
    ]
}