Block Website Notification Requests
Block Website Notification Requests
Vad är Block Website Notification Requests?
Block Website Notification Requests är en Chrome-tillägg utvecklad av Akshay Surve, och dess huvudfunktion är "Block Website Notification Requests".
Tilläggsskärmbilder
Ladda ner Block Website Notification Requests-förlängningens CRX-fil
Ladda ner Block Website Notification Requests-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
An extension to block annoying website notification requests Grundläggande Information om Tillägg
| Namn | |
| ID | jpjjgdaekibbfkagoaalobjonlfplodg |
| Officiell webbadress | https://chromewebstore.google.com/detail/block-website-notificatio/jpjjgdaekibbfkagoaalobjonlfplodg |
| Beskrivning | Block Website Notification Requests |
| Filstorlek | 20.2 KB |
| Antal Installationer | 3,872 |
| Aktuell Version | 1.0.3 |
| Senast Uppdaterad | 2022-06-22 |
| Publiceringsdatum | 2019-03-17 |
| Betyg | 3.80/5 Totalt 5 Betyg |
| Utvecklare | Akshay Surve |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/whiteboardmonk/block-browser-notifications |
| Hjälpsida URL | https://github.com/whiteboardmonk/block-browser-notifications |
| Stödda Språk | 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"
}
} | |