RedditChat

Chat with other users in real-time on Reddit.com

RedditChat là gì?

RedditChat là một tiện ích mở rộng Chrome được phát triển bởi mattstrikes, và tính năng chính của nó là "Chat with other users in real-time on Reddit.com".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng RedditChat

Tải xuống các tệp mở rộng RedditChat 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

                        Add a real-time chat window to all Reddit comment threads and talk to other RedditChat users.

RedditChat connects you with likeminded people to discuss current events, great for:

* breaking news
* sports games
* AMAs
* TV shows

Note: user must be logged in to Reddit to use!                    

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

Tên RedditChat RedditChat
ID nfnghkklhcimalbkmgonecegncodeajo
URL Chính Thức https://chrome.google.com/webstore/detail/redditchat/nfnghkklhcimalbkmgonecegncodeajo
Mô tả Chat with other users in real-time on Reddit.com
Kích Thước Tệp 198 KB
Số Lần Cài Đặt 13
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2014-06-13
Ngày Phát Hành 2014-06-13
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển mattstrikes
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RedditChat",
    "description": "Chat with other users in real-time on Reddit.com",
    "version": "0.0.4",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "browser_action": {
        "default_title": "RedditChat - real-time chat for Reddit!",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "https:\/\/www.reddit.com\/*",
        "http:\/\/www.reddit.com\/*",
        "tabs",
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.reddit.com\/*"
            ],
            "js": [
                "socketio.js",
                "insto.js",
                "jquery.js",
                "bootstrap.min.js",
                "redditchat.js"
            ],
            "css": [
                "bootstrap.min.css",
                "redditchat.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "icon.png",
        "glyphicons-halflings-regular.*"
    ]
}