IRC Inspired Theme for Facebook Messenger

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

IRC Inspired Theme for Facebook Messenger là gì?

IRC Inspired Theme for Facebook Messenger là một tiện ích mở rộng Chrome được phát triển bởi iFallUpHill Studios, và tính năng chính của nó là "An IRC inspired theme for Facebook Messenger (messenger.com)".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng IRC Inspired Theme for Facebook Messenger

Tải xuống các tệp mở rộng IRC Inspired Theme for Facebook Messenger dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên IRC Inspired Theme for Facebook Messenger IRC Inspired Theme for Facebook Messenger
ID jkocbkfbiljhcdjopoeijnhnichhpefb
URL Chính Thức https://chromewebstore.google.com/detail/irc-inspired-theme-for-fa/jkocbkfbiljhcdjopoeijnhnichhpefb
Mô tả An IRC inspired theme for Facebook Messenger (messenger.com)
Kích Thước Tệp 25.42 KB
Số Lần Cài Đặt 404
Phiên Bản Hiện Tại 1.7.2
Cập Nhật Lần Cuối 2019-12-28
Ngày Phát Hành 2019-12-28
Đánh Giá 3.62/5 Tổng số 39 Đánh Giá
Nhà Phát Triển iFallUpHill Studios
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/iFallUpHill/facebook-messenger-irc-flat-theme
URL Trang Trợ Giúp https://github.com/iFallUpHill/facebook-messenger-irc-flat-theme/issues
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}