Chat-Net

Provides a simple chat network that follows you to any web page.

What is Chat-Net?

Chat-Net is a Chrome extension developed by krikenemp, and its main feature is "Provides a simple chat network that follows you to any web page.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Chat-Net Extension CRX File

Download Chat-Net extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Chat-Net is a browser-based chat network between all users running the extension. It is a simple chat interface with a field for your nickname and one for your comment. The interface gets embedded into the top of each page that you visit, allowing you to continue browsing while you meet and communicate with other Chat-Net users.                    

Extension Basic Information

Name Chat-Net Chat-Net
ID lafbgpoaabblhjajopeclimloeboglol
Official URL https://chromewebstore.google.com/detail/chat-net/lafbgpoaabblhjajopeclimloeboglol
Description Provides a simple chat network that follows you to any web page.
File Size 51.22 KB
Installation Count 11
Current Version 1.0.4
Last Updated 2014-05-05
Publish Date 2014-05-04
Developer krikenemp
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chat-Net",
    "version": "1.0.4",
    "description": "Provides a simple chat network that follows you to any web page.",
    "homepage_url": "http:\/\/bengrosser.com\/",
    "manifest_version": 2,
    "icons": {
        "16": "icon3.png",
        "48": "icon2.png",
        "128": "icon1.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "Chat-Net.user.js"
            ]
        }
    ]
}