NoPush
NoPush blocks pushes from all sites
NoPushとは何ですか?
NoPushはUnknownによって開発されたChromeの拡張機能で、その主な機能は「NoPush blocks pushes from all sites」です。
拡張機能のスクリーンショット
NoPush拡張機能のCRXファイルをダウンロード
NoPush拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Are you tired of constantly pop-up push notifications? Your favorite sites turned into a nightmare? Constant requests from sites to the show pushes irritate and interfere with life?
There is a way!
With NoPush now you can blocks pushes from all sites.
Install and enjoy! 拡張機能の基本情報
| 名前 | |
| ID | lhpckbimofmmlihkgccfhejhjdklcemp |
| 公式URL | https://chromewebstore.google.com/detail/nopush/lhpckbimofmmlihkgccfhejhjdklcemp |
| 説明 | NoPush blocks pushes from all sites |
| ファイルサイズ | 21.95 KB |
| インストール数 | 2,823 |
| 現在のバージョン | 0.35 |
| 最終更新日 | 2019-06-28 |
| 公開日 | 2019-06-26 |
| 評価 | 4.50/5 合計 2 レビュー |
| 開発者 | Unknown |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "NoPush",
"description": "NoPush blocks pushes from all sites",
"version": "0.35",
"icons": {
"256": "\/icons\/256.png",
"128": "\/icons\/128.png",
"64": "\/icons\/64.png",
"32": "\/icons\/32.png"
},
"browser_action": {
"default_icon": {
"256": "\/icons\/256.png",
"128": "\/icons\/128.png",
"64": "\/icons\/64.png",
"32": "\/icons\/32.png"
}
},
"background": {
"scripts": [
"bg.js"
]
},
"permissions": [
"contentSettings"
],
"content_security_policy": "script-src 'self' ; object-src 'self';"
} | |