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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย iFallUpHill Studios และคุณลักษณะหลักของมันคือ "An IRC inspired theme for Facebook Messenger (messenger.com)"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IRC Inspired Theme for Facebook Messenger

ดาวน์โหลดไฟล์ส่วนขยาย IRC Inspired Theme for Facebook Messenger ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}