Anti Popup

Remove all annoying popups.

什麼是Anti Popup?

Anti Popup是由nick.031977開發的Chrome擴展程式,該擴展的主要功能是“Remove all annoying popups.”。

擴展截圖

screenshot

下載Anti Popup擴展crx文件

下載Anti Popup擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Tired of annoying popup windows which asking for agreeing cookies? Or popups telling you to disable your ad blocker? Sometimes they even not allows you to scroll the page!
This extension remove this types of popups and re-enables scrolling functionality of the pages.
There is different options that you can specify through extension's options.
An API for getting blacklisted HTML elements (by ID and/or class name) is provided.
Sometimes extension can block popups that aren't parasite ones because they behavior is suspicious. In this case you can just disable extension - I will improve it regularly.                    

擴展基本資訊

名稱 Anti Popup Anti Popup
ID jncimfidjcmgckdflmhhafeolgcjpfgk
官方網址 https://chromewebstore.google.com/detail/anti-popup/jncimfidjcmgckdflmhhafeolgcjpfgk
簡介 Remove all annoying popups.
檔案大小 21.19 KB
安裝次數 125
目前版本 1.1.1
更新時間 2022-07-06
上架時間 2022-06-14
開發者 nick.031977
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Anti Popup",
    "version": "1.1.1",
    "description": "Remove all annoying popups.",
    "manifest_version": 3,
    "author": "Nikolay Georgiev",
    "action": {
        "default_popup": "index.html",
        "default_title": "Anti Popup"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "clear-popups.js"
            ]
        }
    ],
    "icons": {
        "16": "ap16.png",
        "32": "ap32.png",
        "48": "ap48.png",
        "128": "ap128.png"
    }
}