New-Tab Blocker

Blocks new tabs from specified websites

Apa itu New-Tab Blocker?

New-Tab Blocker adalah ekstensi Chrome yang dikembangkan oleh konrad, dan fitur utamanya adalah "Blocks new tabs from specified websites".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi New-Tab Blocker

Unduh file ekstensi New-Tab 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

                        This Chrome extension blockes new tabs from specified websites. This helps against pop-up ads that open in a new tab.

It is possible to specifiy which websites are allowed to open new tabs and which not.

Tips:
- to block all new tabs, add "" (nothing) to the "URL Beginnings" list
- you can install this Chrome extension on Android with the Kiwi Browser

GitHub:
https://github.com/conrim/newtab-blocker                    

Informasi Dasar Ekstensi

Nama New-Tab Blocker New-Tab Blocker
ID bkanhpjdajkdnibkplooolgpidgfjfnn
URL Resmi https://chromewebstore.google.com/detail/new-tab-blocker/bkanhpjdajkdnibkplooolgpidgfjfnn
Deskripsi Blocks new tabs from specified websites
Ukuran File 34.42 KB
Jumlah Instalasi 978
Versi Saat Ini 0.0.2
Terakhir Diperbarui 2023-08-30
Tanggal Publikasi 2023-08-28
Penilaian 5.00/5 Total 5 Penilaian
Pengembang konrad
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/conrim/newtab-blocker
Bahasa yang Didukung de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New-Tab Blocker",
    "manifest_version": 3,
    "version": "0.0.2",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "128": "icons\/default.png"
    },
    "action": {
        "default_popup": "popup\/index.html",
        "default_icon": "icons\/default.png"
    },
    "background": {
        "service_worker": "service-worker.js"
    }
}