RedditChat

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

O que é RedditChat?

RedditChat é uma extensão do Chrome desenvolvida por mattstrikes, e sua principal característica é "Chat with other users in real-time on Reddit.com".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão RedditChat

Baixe arquivos de extensão RedditChat no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome RedditChat RedditChat
ID nfnghkklhcimalbkmgonecegncodeajo
URL Oficial https://chrome.google.com/webstore/detail/redditchat/nfnghkklhcimalbkmgonecegncodeajo
Descrição Chat with other users in real-time on Reddit.com
Tamanho do Arquivo 198 KB
Contagem de Instalações 13
Versão Atual 0.0.4
Última Atualização 2014-06-13
Data de Publicação 2014-06-13
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor mattstrikes
Tipo de Pagamento free
Idiomas Suportados 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.*"
    ]
}