Modal Blocker

Remove (some) annoying modal popups

Apa itu Modal Blocker?

Modal Blocker adalah ekstensi Chrome yang dikembangkan oleh Marcos Gil Fuertes, dan fitur utamanya adalah "Remove (some) annoying modal popups".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Modal Blocker

Unduh file ekstensi Modal 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

                        WHAT IT IS:

Modal Blocker will remove (some) modal popups that disturb you while browsing.


WHAT IT ISN'T:

Id doesn't remove ALL the modal popups.

It shouldn't be used to avoid paying subscriptions for online services like newspapers.


CREDITS:

Icon from http://getdrawings.com/get-icon#about-me-icon-56.png                    

Informasi Dasar Ekstensi

Nama Modal Blocker Modal Blocker
ID edhllkdiocfhjfmplhbjpggljpjjpdna
URL Resmi https://chromewebstore.google.com/detail/modal-blocker/edhllkdiocfhjfmplhbjpggljpjjpdna
Deskripsi Remove (some) annoying modal popups
Ukuran File 97.84 KB
Jumlah Instalasi 319
Versi Saat Ini 1.0
Terakhir Diperbarui 2020-04-17
Tanggal Publikasi 2020-04-14
Penilaian 3.00/5 Total 2 Penilaian
Pengembang Marcos Gil Fuertes
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.twitter-follower.com/en/site/privacy-policy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Modal Blocker",
    "short_name": "ModalBlock",
    "description": "Remove (some) annoying modal popups",
    "version": "1.0",
    "icons": {
        "16": "img\/modal16.png",
        "48": "img\/modal48.png",
        "128": "img\/modal128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/content.js"
            ]
        }
    ]
}