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
公式URL 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
Eメール [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"
    }
}