IRC Inspired Theme for Facebook Messenger

An IRC inspired theme for Facebook Messenger (messenger.com)

IRC Inspired Theme for Facebook Messenger क्या है?

IRC Inspired Theme for Facebook Messenger iFallUpHill Studios द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An IRC inspired theme for Facebook Messenger (messenger.com)"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में IRC Inspired Theme for Facebook Messenger एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        An IRC inspired, flat theme for the Facebook Messenger Web App (messenger.com).

Once installed, press the square icon labelled "IRC" in the top left corner of Messenger to enable the theme. 

This extensions change the following:
- Enables a dark, minimal theme for Facebook Messenger
- Moves all messages to the left-hand side of the screen
- Modifies image previews to be less intrusive and flow better in the conversation feed
- Retains all functionality of Messenger  
- Second "IRC" mode for even more minimalism (See Below)

Modes
Standard
- Enable this mode with a `Click` on the IRC button in the top left corner

IRC
- Enable this mode with a `Cmd/Ctrl` + `Click` on the IRC button in the top left corner
- This mode removes names from 1-on-1 conversations and only shows participant names in group conversations
- Messages sent by the current user are prepended with a ">"
- Messages sent by other participants are prepended with a "+"

View the source code for this project and contribute here:
https://github.com/iFallUpHill/facebook-messenger-irc-flat-theme                    

एक्सटेंशन की मूल जानकारी

नाम IRC Inspired Theme for Facebook Messenger IRC Inspired Theme for Facebook Messenger
ID jkocbkfbiljhcdjopoeijnhnichhpefb
आधिकारिक URL https://chromewebstore.google.com/detail/irc-inspired-theme-for-fa/jkocbkfbiljhcdjopoeijnhnichhpefb
विवरण An IRC inspired theme for Facebook Messenger (messenger.com)
फ़ाइल का आकार 25.42 KB
स्थापना संख्या 404
वर्तमान संस्करण 1.7.2
अंतिम अपडेट 2019-12-28
प्रकाशन तिथि 2019-12-28
रेटिंग 3.62/5 कुल 39 रेटिंग्स
डेवलपर iFallUpHill Studios
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/iFallUpHill/facebook-messenger-irc-flat-theme
सहायता पृष्ठ URL https://github.com/iFallUpHill/facebook-messenger-irc-flat-theme/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IRC Inspired Theme for Facebook Messenger",
    "version": "1.7.2",
    "manifest_version": 2,
    "description": "An IRC inspired theme for Facebook Messenger (messenger.com)",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "img\/icon\/icon16.png",
        "48": "img\/icon\/icon48.png",
        "128": "img\/icon\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.messenger.com\/*"
            ],
            "css": [
                "styles.min.css"
            ],
            "js": [
                "scripts.min.js"
            ]
        }
    ]
}