Messenger Clean Up
Removes Facebook instant game notifications from messenger.com and facebook.com
What is Messenger Clean Up?
Messenger Clean Up is a Chrome extension developed by Unknown, and its main feature is "Removes Facebook instant game notifications from messenger.com and facebook.com".
Extension Screenshots
Download Messenger Clean Up Extension CRX File
Download Messenger Clean Up extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Instant Game notifications are pretty annoying. This extension removes Instant Game notifications on messenger.com
Extension Basic Information
Name | Messenger Clean Up |
ID | ehlignmalehipfgjncjmngndbgpjehed |
Official URL | https://chromewebstore.google.com/detail/messenger-clean-up/ehlignmalehipfgjncjmngndbgpjehed |
Description | Removes Facebook instant game notifications from messenger.com and facebook.com |
File Size | 11.46 KB |
Installation Count | 714 |
Current Version | 1.0 |
Last Updated | 2017-01-08 |
Publish Date | 2017-01-08 |
Rating | 3.50/5 Total 12 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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" } } |