GameJolt Chatterbox

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

GameJolt Chatterboxคืออะไร?

GameJolt Chatterbox เป็นส่วนขยายของ Chrome ที่พัฒนาโดย YLivay และคุณลักษณะหลักของมันคือ "Utilities for GameJolt's chat. Troll control, highlighting, customization, swag."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GameJolt Chatterbox

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}