Facebook Messenger Chat Window
Opens only the chat of a full Facebook Messenger conversation by Smauglys
Cos'è Facebook Messenger Chat Window?
Facebook Messenger Chat Window è un'estensione di Chrome sviluppata da Smauglys, e la sua funzione principale è "Opens only the chat of a full Facebook Messenger conversation by Smauglys".
Scarica il file CRX dell'estensione Facebook Messenger Chat Window
Scarica i file di estensione Facebook Messenger Chat Window in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Usage: 2 options: 1) Open "See full conversation" window, and append #sChat to the url. 2) In chat window, select "Options>Open Chat Window", if option not available, refresh the page. Best usage when using an app shortcut: Chrome options>Tools>Create application shortcut.
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | boeglhpakdkkbbphibngiphgfoopicpa |
URL Ufficiale | https://chrome.google.com/webstore/detail/facebook-messenger-chat-w/boeglhpakdkkbbphibngiphgfoopicpa |
Descrizione | Opens only the chat of a full Facebook Messenger conversation by Smauglys |
Dimensione del File | 149 KB |
Conteggio Installazioni | 172 |
Versione Corrente | 0.0.2 |
Ultimo Aggiornamento | 2014-08-01 |
Data di Pubblicazione | 2014-08-01 |
Valutazione | 2.33/5 Totale 3 Valutazioni |
Sviluppatore | Smauglys |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Facebook Messenger Chat Window", "version": "0.0.2", "manifest_version": 2, "description": "Opens only the chat of a full Facebook Messenger conversation by Smauglys", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "https:\/\/*.facebook.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.facebook.com\/*" ], "js": [ "js\/jquery\/jquery.min.js", "src\/inject\/preInject.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/*.facebook.com\/*" ], "js": [ "src\/inject\/inject.js" ], "run_at": "document_end" } ] } |