Best Popup Blocker

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

Vad är Best Popup Blocker?

Best Popup Blocker är en Chrome-tillägg utvecklad av aitrextechnologies, och dess huvudfunktion är "The Best Popup Blocker for your browser that blocks all new window requests.".

Tilläggsskärmbilder

screenshot

Ladda ner Best Popup Blocker-förlängningens CRX-fil

Ladda ner Best Popup Blocker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Best Popup Blocker Best Popup Blocker
ID mnnhandgfgpjnboiefhhfagcefdknoeg
Officiell webbadress https://chromewebstore.google.com/detail/best-popup-blocker/mnnhandgfgpjnboiefhhfagcefdknoeg
Beskrivning The Best Popup Blocker for your browser that blocks all new window requests.
Filstorlek 18.15 KB
Antal Installationer 17
Aktuell Version 1.0.4
Senast Uppdaterad 2021-07-26
Publiceringsdatum 2021-02-17
Utvecklare aitrextechnologies
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}