GameJolt Chatterbox

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

Co je GameJolt Chatterbox?

GameJolt Chatterbox je rozšíření Chrome vyvinuté YLivay, a jeho hlavní funkcí je „Utilities for GameJolt's chat. Troll control, highlighting, customization, swag.“.

Stáhnout soubor CRX rozšíření GameJolt Chatterbox

Stáhněte si soubory rozšíření GameJolt Chatterbox ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název GameJolt Chatterbox GameJolt Chatterbox
ID kmcgnahlpllhlhieodaiifbeeiincihe
Oficiální URL https://chrome.google.com/webstore/detail/gamejolt-chatterbox/kmcgnahlpllhlhieodaiifbeeiincihe
Popis Utilities for GameJolt's chat. Troll control, highlighting, customization, swag.
Velikost souboru 30.68 KB
Počet instalací 79
Aktuální Verze 1.0
Poslední Aktualizace 2013-08-07
Datum Vydání 2013-08-07
Hodnocení 3.70/5 Celkem 10 Hodnocení
Vývojář YLivay
Typ Platby free
Podporované Jazyky 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"
    }
}