Messenger - Theme Selector
A theme selector for Facebook's Messenger (messenger.com) with multiple awesome looking themes!
Messenger - Theme Selector क्या है?
Messenger - Theme Selector https://morningtrain.dk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A theme selector for Facebook's Messenger (messenger.com) with multiple awesome looking themes!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Messenger - Theme Selector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A theme selector for Facebook's Messenger (messenger.com) with multiple awesome looking themes! Messenger’s default colors are very bright - especially in the night. Therefore, most of our themes have dark colors to help you and your eyes. The dark colors can help with eyestrain and headaches caused by the light of the monitor.
एक्सटेंशन की मूल जानकारी
नाम | Messenger - Theme Selector |
ID | cghmigojnbaajmeigfphpaiepjjhcbpe |
आधिकारिक URL | https://chromewebstore.google.com/detail/messenger-theme-selector/cghmigojnbaajmeigfphpaiepjjhcbpe |
विवरण | A theme selector for Facebook's Messenger (messenger.com) with multiple awesome looking themes! |
फ़ाइल का आकार | 85.11 KB |
स्थापना संख्या | 1,196 |
वर्तमान संस्करण | 1.6 |
अंतिम अपडेट | 2019-10-11 |
प्रकाशन तिथि | 2019-10-11 |
रेटिंग | 3.40/5 कुल 55 रेटिंग्स |
डेवलपर | https://morningtrain.dk |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://morningtrain.dk/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Messenger - Theme Selector", "version": "1.6", "manifest_version": 2, "description": "A theme selector for Facebook's Messenger (messenger.com) with multiple awesome looking themes!", "homepage_url": "https:\/\/morningtrain.dk", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "page_action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.messenger.com\/*" ], "css": [ "css\/content.css" ], "js": [ "js\/content.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "img\/Aj2Yt8zGd_T.png" ] } |