RedditChat

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

Wat is RedditChat?

RedditChat is een Chrome-extensie ontwikkeld door mattstrikes, en de belangrijkste functie is "Chat with other users in real-time on Reddit.com".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie RedditChat

Download RedditChat-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam RedditChat RedditChat
ID nfnghkklhcimalbkmgonecegncodeajo
Officiële URL https://chrome.google.com/webstore/detail/redditchat/nfnghkklhcimalbkmgonecegncodeajo
Beschrijving Chat with other users in real-time on Reddit.com
Bestandsgrootte 198 KB
Aantal Installaties 13
Huidige Versie 0.0.4
Laatst Bijgewerkt 2014-06-13
Publicatiedatum 2014-06-13
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar mattstrikes
Betalingswijze free
Ondersteunde Talen 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.*"
    ]
}