Block Website Notification Requests

Block Website Notification Requests

Apa itu Block Website Notification Requests?

Block Website Notification Requests adalah ekstensi Chrome yang dikembangkan oleh Akshay Surve, dan fitur utamanya adalah "Block Website Notification Requests".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Block Website Notification Requests

Unduh file ekstensi Block Website Notification Requests 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

                        An extension to block annoying website notification requests                    

Informasi Dasar Ekstensi

Nama Block Website Notification Requests Block Website Notification Requests
ID jpjjgdaekibbfkagoaalobjonlfplodg
URL Resmi https://chromewebstore.google.com/detail/block-website-notificatio/jpjjgdaekibbfkagoaalobjonlfplodg
Deskripsi Block Website Notification Requests
Ukuran File 20.2 KB
Jumlah Instalasi 3,872
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2022-06-22
Tanggal Publikasi 2019-03-17
Penilaian 3.80/5 Total 5 Penilaian
Pengembang Akshay Surve
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/whiteboardmonk/block-browser-notifications
URL Halaman Bantuan https://github.com/whiteboardmonk/block-browser-notifications
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "icons\/icon-16.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "contentSettings"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png"
        },
        "default_title": "Block Website Notification Requests",
        "default_popup": "popup.html"
    }
}