Best Popup Blocker

The Best Popup Blocker for your browser that blocks all new window requests.

什么是Best Popup Blocker?

Best Popup Blocker是由aitrextechnologies开发的Chrome扩展程序,该扩展的主要功能是“The Best Popup Blocker for your browser that blocks all new window requests.”。

扩展截图

screenshot

下载Best Popup Blocker扩展crx文件

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

扩展使用说明

                        The Best Popup Blocker for your browser that blocks all new window requests.                    

扩展基本信息

名称 Best Popup Blocker Best Popup Blocker
ID mnnhandgfgpjnboiefhhfagcefdknoeg
官方URL https://chromewebstore.google.com/detail/best-popup-blocker/mnnhandgfgpjnboiefhhfagcefdknoeg
简介 The Best Popup Blocker for your browser that blocks all new window requests.
文件大小 18.15 KB
安装次数 17
当前版本 1.0.4
更新时间 2021-07-26
上架时间 2021-02-17
开发者 aitrextechnologies
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Best Popup Blocker",
    "author": "Aitrex",
    "version": "1.0.4",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage",
        "tabs",
        ""
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}