Block Website Notification Requests
Block Website Notification Requests
Block Website Notification Requestsとは何ですか?
Block Website Notification RequestsはAkshay Surveによって開発されたChromeの拡張機能で、その主な機能は「Block Website Notification Requests」です。
拡張機能のスクリーンショット
Block Website Notification Requests拡張機能のCRXファイルをダウンロード
Block Website Notification Requests拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
An extension to block annoying website notification requests 拡張機能の基本情報
| 名前 | |
| ID | jpjjgdaekibbfkagoaalobjonlfplodg |
| 公式URL | https://chromewebstore.google.com/detail/block-website-notificatio/jpjjgdaekibbfkagoaalobjonlfplodg |
| 説明 | Block Website Notification Requests |
| ファイルサイズ | 20.2 KB |
| インストール数 | 3,872 |
| 現在のバージョン | 1.0.3 |
| 最終更新日 | 2022-06-22 |
| 公開日 | 2019-03-17 |
| 評価 | 3.80/5 合計 5 レビュー |
| 開発者 | Akshay Surve |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/whiteboardmonk/block-browser-notifications |
| ヘルプページのURL | https://github.com/whiteboardmonk/block-browser-notifications |
| 対応言語 | 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"
}
} | |