Chatension

Chat on any url

What is Chatension?

Chatension is a Chrome extension developed by https://chatension.herokuapp.com, and its main feature is "Chat on any url".

Extension Screenshots

screenshot

Download Chatension Extension CRX File

Download Chatension 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

                        a Google Chrome extension that lets you chat on any site by creating a room using the current url. Chat with people on Reddit. Discuss the news on CNN. THE OPTIONS ARE ENDLESS. LOUD NOISES.                    

Extension Basic Information

Name Chatension Chatension
ID alegpcekacoaalpibpakojofjfajjdho
Official URL https://chromewebstore.google.com/detail/chatension/alegpcekacoaalpibpakojofjfajjdho
Description Chat on any url
File Size 13.88 KB
Installation Count 25
Current Version 1.0.2
Last Updated 2015-12-09
Publish Date 2015-12-09
Rating 5.00/5 Total 8 Ratings
Developer https://chatension.herokuapp.com
Payment Type free
Extension Website https://chatension.herokuapp.com/
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chatension",
    "description": "Chat on any url",
    "version": "1.0.2",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "chatensionLogo.png",
        "default_title": "Click here!"
    },
    "permissions": [
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}