Best Popup Blocker

The Best Popup Blocker for your browser that blocks all new window requests.

Wat is Best Popup Blocker?

Best Popup Blocker is een Chrome-extensie ontwikkeld door aitrextechnologies, en de belangrijkste functie is "The Best Popup Blocker for your browser that blocks all new window requests.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Best Popup Blocker

Download Best Popup Blocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        The Best Popup Blocker for your browser that blocks all new window requests.                    

Basisinformatie over de Extensie

Naam Best Popup Blocker Best Popup Blocker
ID mnnhandgfgpjnboiefhhfagcefdknoeg
Officiële URL https://chromewebstore.google.com/detail/best-popup-blocker/mnnhandgfgpjnboiefhhfagcefdknoeg
Beschrijving The Best Popup Blocker for your browser that blocks all new window requests.
Bestandsgrootte 18.15 KB
Aantal Installaties 17
Huidige Versie 1.0.4
Laatst Bijgewerkt 2021-07-26
Publicatiedatum 2021-02-17
Ontwikkelaar aitrextechnologies
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Best Popup Blocker",
    "author": "Aitrex",
    "version": "1.0.4",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage",
        "tabs",
        ""
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}