Messenger Only
Simplifies the html of the Messenger section in Facebook.
Qu'est-ce que Messenger Only ?
Messenger Only est une extension Chrome développée par Anton Petrov (blz777), et sa fonction principale est "Simplifies the html of the Messenger section in Facebook.".
Télécharger le fichier CRX de l'extension Messenger Only
Téléchargez les fichiers d'extension Messenger Only au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Automatically removes the top blue bar of Facebook when you open the Facebook Messenger section (at facebook.com/messenger). A page refresh might be required. Source: https://github.com/blz777/messenger_only/
Informations de Base sur l'Extension
Nom | |
ID | pajmhgafdleolgnobmgphhbihoenekim |
URL Officiel | https://chrome.google.com/webstore/detail/messenger-only/pajmhgafdleolgnobmgphhbihoenekim |
Description | Simplifies the html of the Messenger section in Facebook. |
Taille du Fichier | 3.44 KB |
Nombre d'Installations | 114 |
Version Actuelle | 0.20 |
Dernière Mise à Jour | 2015-03-01 |
Date de Publication | 2015-03-01 |
Évaluation | 4.00/5 Total 4 Évaluations |
Développeur | Anton Petrov (blz777) |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Messenger Only", "description": "Simplifies the html of the Messenger section in Facebook.", "version": "0.20", "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/*.facebook.com\/messages\/*" ], "css": [ "prepare.css" ], "run_at": "document_start" }, { "matches": [ "https:\/\/*.facebook.com\/messages\/*" ], "js": [ "modifyPageContent.js" ], "run_at": "document_end" } ], "manifest_version": 2 } |