Messenger Escape
Hotkey to escape Messenger chat thread.
Messenger Escapeとは何ですか?
Messenger Escapeはhttp://khanh.com.auによって開発されたChromeの拡張機能で、その主な機能は「Hotkey to escape Messenger chat thread.」です。
拡張機能のスクリーンショット
Messenger Escape拡張機能のCRXファイルをダウンロード
Messenger Escape拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
An extension that adds a hotkey to the `ESC` key to escape the currently active chat thread in Facebook Messenger. 拡張機能の基本情報
| 名前 | |
| ID | egoobbdkbjoeffgikadjiipljbnnkjlc |
| 公式URL | https://chrome.google.com/webstore/detail/messenger-escape/egoobbdkbjoeffgikadjiipljbnnkjlc |
| 説明 | Hotkey to escape Messenger chat thread. |
| ファイルサイズ | 29.26 KB |
| インストール数 | 32 |
| 現在のバージョン | 0.6 |
| 最終更新日 | 2020-12-23 |
| 公開日 | 2020-11-02 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | http://khanh.com.au |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | 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
} | |