Block Notifications

Blocks annoying notification prompt appearing on certain websites.

Apa itu Block Notifications?

Block Notifications adalah ekstensi Chrome yang dikembangkan oleh BrowserNative, dan fitur utamanya adalah "Blocks annoying notification prompt appearing on certain websites.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Block Notifications

Unduh file ekstensi Block Notifications 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

                        Uses chrome.contentSettings API to block sites to show desktop notifications.                    

Informasi Dasar Ekstensi

Nama Block Notifications Block Notifications
ID hmbdemoadbcdfmdjiokhcnoaoepgbhbn
URL Resmi https://chromewebstore.google.com/detail/block-notifications/hmbdemoadbcdfmdjiokhcnoaoepgbhbn
Deskripsi Blocks annoying notification prompt appearing on certain websites.
Ukuran File 27.94 KB
Jumlah Instalasi 4,468
Versi Saat Ini 0.1
Terakhir Diperbarui 2021-01-20
Tanggal Publikasi 2016-12-15
Penilaian 3.40/5 Total 20 Penilaian
Pengembang BrowserNative
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://browsernative.com/block-notifications-chrome/
URL Halaman Bantuan https://browsernative.com/block-notifications-chrome/
URL Halaman Kebijakan Privasi https://browsernative.com/extensions-privacy-policy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Block Notifications",
    "version": "0.1",
    "description": "Blocks annoying notification prompt appearing on certain websites.",
    "permissions": [
        "contentSettings",
        ""
    ],
    "manifest_version": 2,
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Block Notifications"
    },
    "icons": {
        "128": "icon.png"
    }
}