Push Blocker

Block push notifications from all sites

Apa itu Push Blocker?

Push Blocker adalah ekstensi Chrome yang dikembangkan oleh kruglov4bkjv, dan fitur utamanya adalah "Block push notifications from all sites".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Push Blocker

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

                        - Tired of advertising on any site in your favorite browser?
- Push notifications don't give you peace of mind?
- You dreaded every second offers to purchase unnecessary things?

We'll help!

With Push Blocker you will forget about annoying push advertising forever and will be able to enjoy the Internet!

Install and enjoy!                    

Informasi Dasar Ekstensi

Nama Push Blocker Push Blocker
ID ekljeoillbffchedponaceigjnbiffkm
URL Resmi https://chromewebstore.google.com/detail/push-blocker/ekljeoillbffchedponaceigjnbiffkm
Deskripsi Block push notifications from all sites
Ukuran File 51.41 KB
Jumlah Instalasi 1,731
Versi Saat Ini 0.29
Terakhir Diperbarui 2019-05-31
Tanggal Publikasi 2019-05-31
Penilaian 4.13/5 Total 8 Penilaian
Pengembang kruglov4bkjv
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Push Blocker",
    "description": "Block push notifications from all sites",
    "version": "0.29",
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "permissions": [
        "contentSettings"
    ],
    "icons": {
        "256": "\/icons\/256.png",
        "128": "\/icons\/128.png",
        "64": "\/icons\/64.png",
        "32": "\/icons\/32.png"
    },
    "browser_action": {
        "default_icon": {
            "256": "\/icons\/256.png",
            "128": "\/icons\/128.png",
            "64": "\/icons\/64.png",
            "32": "\/icons\/32.png"
        }
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}