Popup Remover

Remove Annoying Pop-up When You Click the Icon

什么是Popup Remover?

Popup Remover是由FredyK200开发的Chrome扩展程序,该扩展的主要功能是“Remove Annoying Pop-up When You Click the Icon”。

扩展截图

screenshot

下载Popup Remover扩展crx文件

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

扩展使用说明

                        Removes Pop-Ups from News Sites telling you to subscribe, Social Media sites telling you to log in, and any other annoying popup that fills the web page and blocks scrolling.                    

扩展基本信息

名称 Popup Remover Popup Remover
ID cgfeodejlolofnlcmpfgplpjinnifmpp
官方URL https://chromewebstore.google.com/detail/popup-remover/cgfeodejlolofnlcmpfgplpjinnifmpp
简介 Remove Annoying Pop-up When You Click the Icon
文件大小 16.65 KB
安装次数 314
当前版本 1.01
更新时间 2021-05-19
上架时间 2021-05-01
评分 5.00/5 共2次评分
开发者 FredyK200
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://www.buymeacoffee.com/FredyK200
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Popup Remover",
    "manifest_version": 3,
    "version": "1.01",
    "description": "Remove Annoying Pop-up When You Click the Icon",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    }
}