HideChat for Facebook
Allows you to hide chat on Facebook page instead of disabling it. It's helpful when you use Messenger.com.
Qu'est-ce que HideChat for Facebook ?
HideChat for Facebook est une extension Chrome développée par Unknown, et sa fonction principale est "Allows you to hide chat on Facebook page instead of disabling it. It's helpful when you use Messenger.com.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension HideChat for Facebook
Téléchargez les fichiers d'extension HideChat for Facebook 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
This extension allow you to hide chat windows on Facebook page. When you use Messenger.com those windows are useless and annoying. Don't forget to refresh Facebook page after changing settings to apply them.
Informations de Base sur l'Extension
Nom | HideChat for Facebook |
ID | lnlbpoedlkchcppiklkeadnlmhilnenn |
URL Officiel | https://chromewebstore.google.com/detail/hidechat-for-facebook/lnlbpoedlkchcppiklkeadnlmhilnenn |
Description | Allows you to hide chat on Facebook page instead of disabling it. It's helpful when you use Messenger.com. |
Taille du Fichier | 90.64 KB |
Nombre d'Installations | 55 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2016-09-29 |
Date de Publication | 2016-09-29 |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Martinix", "browser_action": { "default_icon": { "16": "hidechat16.png" }, "default_popup": "options.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*", "https:\/\/apps.facebook.com\/*" ], "js": [ "jquery-3.1.0.min.js", "blockchat.js" ] } ], "description": "Allows you to hide chat on Facebook page instead of disabling it. It's helpful when you use Messenger.com.", "icons": { "16": "hidechat16.png", "48": "hidechat48.png", "128": "hidechat128.png" }, "manifest_version": 2, "name": "HideChat for Facebook", "options_page": "options.html", "permissions": [ "storage", "tabs", "https:\/\/www.facebook.com\/*", "https:\/\/apps.facebook.com\/*" ], "version": "1.2", "web_accessible_resources": [ "blockchat.css" ] } |