Game Jolt - Chat Tweaks

Game Jolt - Chat Tweaks is a Chrome extension for Previews and Profanity Filters on Game Jolt. See the screenshot for a better look.

Game Jolt - Chat Tweaksคืออะไร?

Game Jolt - Chat Tweaks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย andrewarivers และคุณลักษณะหลักของมันคือ "Game Jolt - Chat Tweaks is a Chrome extension for Previews and Profanity Filters on Game Jolt. See the screenshot for a better look."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Game Jolt - Chat Tweaks

ดาวน์โหลดไฟล์ส่วนขยาย Game Jolt - Chat Tweaks ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Game Jolt - Chat Tweaks is a Chrome extension for Previews and Profanity Filters on Game Jolt. See the screenshot for a better look.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Game Jolt - Chat Tweaks Game Jolt - Chat Tweaks
ID bmiicaagdhnlnhpdefmjlodhclafdaoa
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/game-jolt-chat-tweaks/bmiicaagdhnlnhpdefmjlodhclafdaoa
คำอธิบาย Game Jolt - Chat Tweaks is a Chrome extension for Previews and Profanity Filters on Game Jolt. See the screenshot for a better look.
ขนาดไฟล์ 153 KB
จำนวนการติดตั้ง 24
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2017-04-15
วันที่เผยแพร่ 2017-04-15
ผู้พัฒนา andrewarivers
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Game Jolt - Chat Tweaks",
    "version": "1.3",
    "permissions": [
        "tabs",
        "",
        "storage"
    ],
    "icons": {
        "16": "ChatIcon.png",
        "48": "ChatIcon.png",
        "128": "ChatIcon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "zepto.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "ChatIcon.png"
    }
}