Simple AdBlock

Removes popular advertisement blocks from any website!

Apa itu Simple AdBlock?

Simple AdBlock adalah ekstensi Chrome yang dikembangkan oleh alexleon.solutions, dan fitur utamanya adalah "Removes popular advertisement blocks from any website!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Simple AdBlock

Unduh file ekstensi Simple AdBlock 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 extension will delete advertisements and banners from various ad companies.
The extension will simply scan the page from any known banners to quickly remove them.                    

Informasi Dasar Ekstensi

Nama Simple AdBlock Simple AdBlock
ID fhaealjjameonplhmmjcmpgfgidiefka
URL Resmi https://chrome.google.com/webstore/detail/simple-adblock/fhaealjjameonplhmmjcmpgfgidiefka
Deskripsi Removes popular advertisement blocks from any website!
Ukuran File 13.76 KB
Jumlah Instalasi 3,851
Versi Saat Ini 1
Terakhir Diperbarui 2022-11-29
Tanggal Publikasi 2022-11-29
Pengembang alexleon.solutions
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://home.xzxoughtanot.xyz/
URL Halaman Bantuan https://home.xzxoughtanot.xyz/contact.html
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "128.png",
        "default_title": "Simple AdBlock"
    },
    "description": "Removes popular advertisement blocks from any website!",
    "icons": {
        "128": "128.png"
    },
    "manifest_version": 3,
    "name": "Simple AdBlock",
    "version": "1",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}