GameJolt Chatterbox

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

GameJolt Chatterboxとは何ですか?

GameJolt ChatterboxはYLivayによって開発されたChromeの拡張機能で、その主な機能は「Utilities for GameJolt's chat. Troll control, highlighting, customization, swag.」です。

GameJolt Chatterbox拡張機能のCRXファイルをダウンロード

GameJolt Chatterbox拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 GameJolt Chatterbox GameJolt Chatterbox
ID kmcgnahlpllhlhieodaiifbeeiincihe
公式URL https://chrome.google.com/webstore/detail/gamejolt-chatterbox/kmcgnahlpllhlhieodaiifbeeiincihe
説明 Utilities for GameJolt's chat. Troll control, highlighting, customization, swag.
ファイルサイズ 30.68 KB
インストール数 79
現在のバージョン 1.0
最終更新日 2013-08-07
公開日 2013-08-07
評価 3.70/5 合計 10 レビュー
開発者 YLivay
支払い方法 free
対応言語 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"
    }
}