Better PopUp Blocker 2

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

Apa itu Better PopUp Blocker 2?

Better PopUp Blocker 2 adalah ekstensi Chrome yang dikembangkan oleh xwaystyle, dan fitur utamanya adalah "Original of Better Popup Blocker 2.1.6 (Just modified and improve for everyone use)".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Better PopUp Blocker 2

Unduh file ekstensi Better PopUp Blocker 2 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Better PopUp Blocker 2 Better PopUp Blocker 2
ID dkehgapnhfhohfhalnnelmefnappjoao
URL Resmi https://chromewebstore.google.com/detail/better-popup-blocker-2/dkehgapnhfhohfhalnnelmefnappjoao
Deskripsi Original of Better Popup Blocker 2.1.6 (Just modified and improve for everyone use)
Ukuran File 170 KB
Jumlah Instalasi 3,111
Versi Saat Ini 2.1.6.21
Terakhir Diperbarui 2020-08-20
Tanggal Publikasi 2019-09-24
Penilaian 4.06/5 Total 48 Penilaian
Pengembang xwaystyle
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
}