Block Website Notification Requests
Block Website Notification Requests
Hvad er Block Website Notification Requests?
Block Website Notification Requests er en Chrome-udvidelse udviklet af Akshay Surve, og dens hovedfunktion er "Block Website Notification Requests".
Udvidelsesskærmbilleder
Download Block Website Notification Requests-udvidelses-CRX-fil
Download Block Website Notification Requests-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
An extension to block annoying website notification requests
Grundlæggende oplysninger om udvidelsen
Navn | Block Website Notification Requests |
ID | jpjjgdaekibbfkagoaalobjonlfplodg |
Officiel URL | https://chromewebstore.google.com/detail/block-website-notificatio/jpjjgdaekibbfkagoaalobjonlfplodg |
Beskrivelse | Block Website Notification Requests |
Filstørrelse | 20.2 KB |
Antal Installationer | 3,872 |
Nuværende Version | 1.0.3 |
Senest Opdateret | 2022-06-22 |
Udgivelsesdato | 2019-03-17 |
Bedømmelse | 3.80/5 Samlet 5 Bedømmelser |
Udvikler | Akshay Surve |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/whiteboardmonk/block-browser-notifications |
Hjælpeside-URL | https://github.com/whiteboardmonk/block-browser-notifications |
Understøttede Sprog | 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" } } |