Messenger Clean Up
Removes Facebook instant game notifications from messenger.com and facebook.com
Messenger Clean Upとは何ですか?
Messenger Clean UpはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Removes Facebook instant game notifications from messenger.com and facebook.com」です。
拡張機能のスクリーンショット
Messenger Clean Up拡張機能のCRXファイルをダウンロード
Messenger Clean Up拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Instant Game notifications are pretty annoying. This extension removes Instant Game notifications on messenger.com
拡張機能の基本情報
名前 | Messenger Clean Up |
ID | ehlignmalehipfgjncjmngndbgpjehed |
公式URL | https://chromewebstore.google.com/detail/messenger-clean-up/ehlignmalehipfgjncjmngndbgpjehed |
説明 | Removes Facebook instant game notifications from messenger.com and facebook.com |
ファイルサイズ | 11.46 KB |
インストール数 | 714 |
現在のバージョン | 1.0 |
最終更新日 | 2017-01-08 |
公開日 | 2017-01-08 |
評価 | 3.50/5 合計 12 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Messenger Clean Up", "version": "1.0", "description": "Removes Facebook instant game notifications from messenger.com and facebook.com", "content_scripts": [ { "matches": [ "*:\/\/www.messenger.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "icon.png" } } |