Better PopUp Blocker 2

Original of Better Popup Blocker 2.1.6 (Just modified and improve for everyone use)

What is Better PopUp Blocker 2?

Better PopUp Blocker 2 is a Chrome extension developed by xwaystyle, and its main feature is "Original of Better Popup Blocker 2.1.6 (Just modified and improve for everyone use)".

Extension Screenshots

screenshot

Download Better PopUp Blocker 2 Extension CRX File

Download Better PopUp Blocker 2 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Original of Better Popup Blocker 2.1.6 
(Just modified and improve for everyone use)

Changed point:
    *, Updated regular expression for domain recognition
    *, Make popup block function is smarter
    *, Block overlay contents in video player (remove ads).

v2.1.6.21 [NEW]  
    *, Fix logic issue
    *, Add iCloud to whitelist site

v2.1.6.20
    *, Add more iFrame block popup (more effective)
    *, Improve compatible script when filter popup event
v2.1.6.18 
    *, Update new ICON which make user can see popup-ed easier
v2.1.6.17:
    *, Hot fix js script which may broken other script parts
v2.1.6.16:
    *, Fix user feedback for  popup doesn't work  which caused by "smart" filter issue.
v2.1.6.15:
    *, Fix bug cannot show setting button on player
    *, Support remove fake print pop-up on A tag(s)
v2.1.6.14:
    *, Fix stuff method which made broken view on websites
    *, Improve popup feature, change default setting value
.......
See "ChangeLog.txt" for more detail.                    

Extension Basic Information

Name Better PopUp Blocker 2 Better PopUp Blocker 2
ID dkehgapnhfhohfhalnnelmefnappjoao
Official URL https://chromewebstore.google.com/detail/better-popup-blocker-2/dkehgapnhfhohfhalnnelmefnappjoao
Description Original of Better Popup Blocker 2.1.6 (Just modified and improve for everyone use)
File Size 170 KB
Installation Count 3,111
Current Version 2.1.6.21
Last Updated 2020-08-20
Publish Date 2019-09-24
Rating 4.06/5 Total 48 Ratings
Developer xwaystyle
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "Icon-19.png",
        "default_popup": "browserActionPopUp.html",
        "default_title": "Better Pop Up Blocker"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "common\/config.js",
                "common\/port.js",
                "blockStart.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "common\/config.js",
                "common\/port.js",
                "blockIdle.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Original of Better Popup Blocker 2.1.6 (Just modified and improve for everyone use)",
    "differential_fingerprint": "1.121887b6dfe71b5471ddffe834356bc7d0a7ecb919cccdffb4bb94a7e9a09efb",
    "icons": {
        "128": "Icon-128.png",
        "16": "Icon-16.png",
        "19": "Icon-19.png",
        "300": "Icon-300.png",
        "48": "Icon-48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvMHkGkildTbov8AFEat04fsJF2Cw9OKlvO6xGqgxYszIodms6iuEZ3XoaBqTPgOdNV4L\/sxUUVVW\/Zhn3czehyl+ZZrD+TzsLuEoeF8LUAmjKYp0bjOv1Elpw3WYNE1cBf0j++Og\/hRutM8wbT0VLBL8ynTNefXrVATpk9wWXOUNZ7MXXEW9kSIv8tKDxJg7udiHZ1Wj3rnYZJxufBkttbo9hzGekw4jZ8eWg\/34JdEjiEeKZzShZD9RTo9xTlvrzRII8iFJUS599KrxmfYqvDIBjsgKmCxO6w4jqsWt8rl7zggOzEjeJweX5jo\/QOf\/xQMXHRJO2f9n919RLhT7JQIDAQAB",
    "manifest_version": 2,
    "minimum_chrome_version": "5.0",
    "name": "Better PopUp Blocker 2",
    "options_page": "options.html",
    "permissions": [
        "cookies",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "short_name": "BetterBlocker",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1.6.21"
}