Messenger Clean Up
Removes Facebook instant game notifications from messenger.com and facebook.com
Wat is Messenger Clean Up?
Messenger Clean Up is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Removes Facebook instant game notifications from messenger.com and facebook.com".
Extensie Screenshots
Download het CRX-bestand van de extensie Messenger Clean Up
Download Messenger Clean Up-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Instant Game notifications are pretty annoying. This extension removes Instant Game notifications on messenger.com
Basisinformatie over de Extensie
Naam | Messenger Clean Up |
ID | ehlignmalehipfgjncjmngndbgpjehed |
Officiële URL | https://chromewebstore.google.com/detail/messenger-clean-up/ehlignmalehipfgjncjmngndbgpjehed |
Beschrijving | Removes Facebook instant game notifications from messenger.com and facebook.com |
Bestandsgrootte | 11.46 KB |
Aantal Installaties | 714 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2017-01-08 |
Publicatiedatum | 2017-01-08 |
Beoordeling | 3.50/5 Totaal 12 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |