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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}