dev messenger
applies a dark console like theme to facebook messenger
dev messenger क्या है?
dev messenger attiewilly द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "applies a dark console like theme to facebook messenger"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में dev messenger एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Transforms the facebook messenger's interface to look more like a distraction free console. The bright letters on a dark background are also more resting for the eyes
एक्सटेंशन की मूल जानकारी
नाम | dev messenger |
ID | omhmoiolkafieenilfphinccnecpenlc |
आधिकारिक URL | https://chromewebstore.google.com/detail/dev-messenger/omhmoiolkafieenilfphinccnecpenlc |
विवरण | applies a dark console like theme to facebook messenger |
फ़ाइल का आकार | 339 KB |
स्थापना संख्या | 20 |
वर्तमान संस्करण | 2.3 |
अंतिम अपडेट | 2016-10-30 |
प्रकाशन तिथि | 2016-10-30 |
रेटिंग | 2.50/5 कुल 2 रेटिंग्स |
डेवलपर | attiewilly |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "dev messenger", "version": "2.3", "description": "applies a dark console like theme to facebook messenger", "background": { "scripts": [ "background.js" ] }, "page_action": { "default_icon": "icon-19.png", "default_title": "dev messenger" }, "permissions": [ "tabs", "https:\/\/www.messenger.com\/*" ], "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.messenger.com\/*" ], "css": [], "js": [ "jquery-1.11.2.min.js", "makeItNicer.js" ] } ], "applications": { "gecko": { "id": "[email protected]" } }, "manifest_version": 2 } |