Messenger Escape
Hotkey to escape Messenger chat thread.
Cos'è Messenger Escape?
Messenger Escape è un'estensione di Chrome sviluppata da http://khanh.com.au, e la sua funzione principale è "Hotkey to escape Messenger chat thread.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Messenger Escape
Scarica i file di estensione Messenger Escape 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
An extension that adds a hotkey to the `ESC` key to escape the currently active chat thread in Facebook Messenger.
Informazioni di Base sull'Estensione
Nome | |
ID | egoobbdkbjoeffgikadjiipljbnnkjlc |
URL Ufficiale | https://chrome.google.com/webstore/detail/messenger-escape/egoobbdkbjoeffgikadjiipljbnnkjlc |
Descrizione | Hotkey to escape Messenger chat thread. |
Dimensione del File | 29.26 KB |
Conteggio Installazioni | 32 |
Versione Corrente | 0.6 |
Ultimo Aggiornamento | 2020-12-23 |
Data di Pubblicazione | 2020-11-02 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | http://khanh.com.au |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Messenger Escape", "version": "0.6", "description": "Hotkey to escape Messenger chat thread.", "permissions": [ "declarativeContent" ], "web_accessible_resources": [ "listener.js", "images\/m_escape_splash.png" ], "background": { "scripts": [ "hotkey.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/www.messenger.com\/*" ], "js": [ "content.js" ] } ], "icons": { "128": "images\/m_escape_128.png" }, "manifest_version": 2 } |