GameJolt Chatterbox

Utilities for GameJolt's chat. Troll control, highlighting, customization, swag.

Qu'est-ce que GameJolt Chatterbox ?

GameJolt Chatterbox est une extension Chrome développée par YLivay, et sa fonction principale est "Utilities for GameJolt's chat. Troll control, highlighting, customization, swag.".

Télécharger le fichier CRX de l'extension GameJolt Chatterbox

Téléchargez les fichiers d'extension GameJolt Chatterbox 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

                        Helps survive GameJolt's chat by giving some utility functions.
For now theres only the /mute command:
/mute Username.

To activate, log on to gamejolt and press GameJolt's icon in the address bar.                    

Informations de Base sur l'Extension

Nom GameJolt Chatterbox GameJolt Chatterbox
ID kmcgnahlpllhlhieodaiifbeeiincihe
URL Officiel https://chrome.google.com/webstore/detail/gamejolt-chatterbox/kmcgnahlpllhlhieodaiifbeeiincihe
Description Utilities for GameJolt's chat. Troll control, highlighting, customization, swag.
Taille du Fichier 30.68 KB
Nombre d'Installations 79
Version Actuelle 1.0
Dernière Mise à Jour 2013-08-07
Date de Publication 2013-08-07
Évaluation 3.70/5 Total 10 Évaluations
Développeur YLivay
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GameJolt Chatterbox",
    "description": "Utilities for GameJolt's chat. Troll control, highlighting, customization, swag.",
    "version": "1.0",
    "permissions": [
        "tabs",
        "*:\/\/*.gamejolt.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "contentscript.js"
            ],
            "matches": [
                "*:\/\/*.gamejolt.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "inject_chatterbox.js"
    ],
    "page_action": {
        "default_icon": {
            "16": "images\/gj_icon_16.png",
            "19": "images\/gj_icon_19.png",
            "38": "images\/gj_icon_38.png",
            "48": "images\/gj_icon_48.png",
            "128": "images\/gj_icon_128.png"
        },
        "default_title": "GameJolt Chatterbox"
    }
}