Messenger™ in Extension
An easy to use app for messenger
Messenger™ in Extension क्या है?
Messenger™ in Extension Rahul Dey द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An easy to use app for messenger"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Messenger™ in Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Messenger™ in Extension (Facebook™ Messenger) is the easiest way to open and use Messenger from your desktop machine (PC, MAC or Linux). Clicking on the toolbar button, renders Messenger in a standalone UI. Moreover, the window is re-sizable to your desired choice and the changes are auto saved to the memory. Note, to start using this App, you need to have a Facebook account. Important Note: Messenger™ in Extension does NOT belong or related to the official Facebook/Messenger website or application in any ways. It is an unofficial app that is developed and maintained independently.
एक्सटेंशन की मूल जानकारी
नाम | Messenger™ in Extension |
ID | eahejehpceoealhbjpjpgdgiapepglgk |
आधिकारिक URL | https://chromewebstore.google.com/detail/messenger-in-extension/eahejehpceoealhbjpjpgdgiapepglgk |
विवरण | An easy to use app for messenger |
फ़ाइल का आकार | 38.39 KB |
स्थापना संख्या | 871 |
वर्तमान संस्करण | 1 |
अंतिम अपडेट | 2022-05-19 |
प्रकाशन तिथि | 2022-05-19 |
डेवलपर | Rahul Dey |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Messenger\u2122 in Extension", "version": "1", "manifest_version": 3, "description": "An easy to use app for messenger", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "64": "icons\/64.png", "128": "icons\/128.png" }, "action": { "default_title": "Messenger\u2122 in Extension" }, "web_accessible_resources": [ { "resources": [ "panel\/icons\/*" ], "matches": [ "*:\/\/*.messenger.com\/*" ] } ], "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "content_scripts": [ { "all_frames": true, "css": [ "style.css" ], "js": [ "index.js" ], "matches": [ "*:\/\/*.messenger.com\/*" ], "run_at": "document_start" } ] } |