Mess
A Discord skin for messenger.com
Mess क्या है?
Mess danbovey द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Discord skin for messenger.com"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Mess एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Mess changes the appearance of messenger.com to look like Discord. - Dark and light theme - IRC style chat or Classic Messenger bubble chats - Hide chat actions like voice or games if you don't use them - Auto-expand large Imgur GIFVs
एक्सटेंशन की मूल जानकारी
नाम | Mess |
ID | hpjbefeabedbcmieiedpnhpngeacjamg |
आधिकारिक URL | https://chromewebstore.google.com/detail/mess/hpjbefeabedbcmieiedpnhpngeacjamg |
विवरण | A Discord skin for messenger.com |
फ़ाइल का आकार | 1.14 MB |
स्थापना संख्या | 273 |
वर्तमान संस्करण | 1.0.9 |
अंतिम अपडेट | 2018-04-03 |
प्रकाशन तिथि | 2018-04-03 |
रेटिंग | 4.31/5 कुल 16 रेटिंग्स |
डेवलपर | danbovey |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/danbovey/Mess |
सहायता पृष्ठ URL | https://github.com/danbovey/Mess/issues |
समर्थित भाषाएँ | en,en-US,fr,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mess", "description": "A Discord skin for messenger.com", "author": "Dan Bovey", "version": "1.0.9", "minimum_chrome_version": "36", "default_locale": "en", "options_page": "options.html", "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "permissions": [ "storage", "*:\/\/*.messenger.com\/*" ], "content_scripts": [ { "js": [ "js\/content.js" ], "css": [ "css\/style.css" ], "matches": [ "*:\/\/*.messenger.com\/*" ] } ], "web_accessible_resources": [ "img\/*.svg", "img\/*.png", "font\/*.ttf" ] } |