Chatension

Chat on any url

Qu'est-ce que Chatension ?

Chatension est une extension Chrome développée par https://chatension.herokuapp.com, et sa fonction principale est "Chat on any url".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Chatension

Téléchargez les fichiers d'extension Chatension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Chatension Chatension
ID alegpcekacoaalpibpakojofjfajjdho
URL Officiel https://chromewebstore.google.com/detail/chatension/alegpcekacoaalpibpakojofjfajjdho
Description Chat on any url
Taille du Fichier 13.88 KB
Nombre d'Installations 25
Version Actuelle 1.0.2
Dernière Mise à Jour 2015-12-09
Date de Publication 2015-12-09
Évaluation 5.00/5 Total 8 Évaluations
Développeur https://chatension.herokuapp.com
Type de Paiement free
Site Web de l'Extension https://chatension.herokuapp.com/
Langues Prises en Charge 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:\/\/*\/*"
    ]
}