BlockAll - block ads

AdBlocker - Blocks annoying ads with individual rules for popular sites

Apa itu BlockAll - block ads?

BlockAll - block ads adalah ekstensi Chrome yang dikembangkan oleh blockall1904, dan fitur utamanya adalah "AdBlocker - Blocks annoying ads with individual rules for popular sites".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi BlockAll - block ads

Unduh file ekstensi BlockAll - block ads 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

                        BlockAll will protect you from all types of ads.

An innovative ad protector.BlockAll will allow you to clean most of annoying ads from your browser.

*Easy to use
*On going updates
*Fast and secure
*Blocking all type of ads

for any question you have, feel free to email us at [email protected]                    

Informasi Dasar Ekstensi

Nama BlockAll - block ads BlockAll - block ads
ID jbbpjeecholbhpbicnogbcfoaejengla
URL Resmi https://chromewebstore.google.com/detail/blockall-block-ads/jbbpjeecholbhpbicnogbcfoaejengla
Deskripsi AdBlocker - Blocks annoying ads with individual rules for popular sites
Ukuran File 12.35 KB
Jumlah Instalasi 6,416
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2022-05-05
Tanggal Publikasi 2022-05-05
Penilaian 4.20/5 Total 5 Penilaian
Pengembang blockall1904
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://blockall.net
URL Halaman Bantuan https://blockall.net
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BlockAll - block ads",
    "description": "AdBlocker - Blocks annoying ads with individual rules for popular sites",
    "version": "1.0.1",
    "manifest_version": 3,
    "icons": {
        "16": ".\/images\/icon-16x16.png",
        "48": ".\/images\/icon-48x48.png",
        "128": ".\/images\/icon-128x128.png"
    },
    "background": {
        "service_worker": ".\/background.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}