Best Popup Blocker

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

Apa itu Best Popup Blocker?

Best Popup Blocker adalah ekstensi Chrome yang dikembangkan oleh aitrextechnologies, dan fitur utamanya adalah "The Best Popup Blocker for your browser that blocks all new window requests.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Best Popup Blocker

Unduh file ekstensi Best Popup Blocker 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

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

Informasi Dasar Ekstensi

Nama Best Popup Blocker Best Popup Blocker
ID mnnhandgfgpjnboiefhhfagcefdknoeg
URL Resmi https://chromewebstore.google.com/detail/best-popup-blocker/mnnhandgfgpjnboiefhhfagcefdknoeg
Deskripsi The Best Popup Blocker for your browser that blocks all new window requests.
Ukuran File 18.15 KB
Jumlah Instalasi 17
Versi Saat Ini 1.0.4
Terakhir Diperbarui 2021-07-26
Tanggal Publikasi 2021-02-17
Pengembang aitrextechnologies
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}