Messenger Escape
Hotkey to escape Messenger chat thread.
Messenger Escape क्या है?
Messenger Escape http://khanh.com.au द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hotkey to escape Messenger chat thread."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Messenger Escape एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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 } |