Better PopUp Blocker 2

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

Qu'est-ce que Better PopUp Blocker 2 ?

Better PopUp Blocker 2 est une extension Chrome développée par xwaystyle, et sa fonction principale est "Original of Better Popup Blocker 2.1.6 (Just modified and improve for everyone use)".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Better PopUp Blocker 2

Téléchargez les fichiers d'extension Better PopUp Blocker 2 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Better PopUp Blocker 2 Better PopUp Blocker 2
ID dkehgapnhfhohfhalnnelmefnappjoao
URL Officiel 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)
Taille du Fichier 170 KB
Nombre d'Installations 3,111
Version Actuelle 2.1.6.21
Dernière Mise à Jour 2020-08-20
Date de Publication 2019-09-24
Évaluation 4.06/5 Total 48 Évaluations
Développeur xwaystyle
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}