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.

Wat is Game Jolt - Chat Tweaks?

Game Jolt - Chat Tweaks is een Chrome-extensie ontwikkeld door andrewarivers, en de belangrijkste functie is "Game Jolt - Chat Tweaks is a Chrome extension for Previews and Profanity Filters on Game Jolt. See the screenshot for a better look.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Game Jolt - Chat Tweaks

Download Game Jolt - Chat Tweaks-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Game Jolt - Chat Tweaks Game Jolt - Chat Tweaks
ID bmiicaagdhnlnhpdefmjlodhclafdaoa
Officiële URL https://chrome.google.com/webstore/detail/game-jolt-chat-tweaks/bmiicaagdhnlnhpdefmjlodhclafdaoa
Beschrijving Game Jolt - Chat Tweaks is a Chrome extension for Previews and Profanity Filters on Game Jolt. See the screenshot for a better look.
Bestandsgrootte 153 KB
Aantal Installaties 24
Huidige Versie 1.3
Laatst Bijgewerkt 2017-04-15
Publicatiedatum 2017-04-15
Ontwikkelaar andrewarivers
Betalingswijze free
Ondersteunde Talen 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"
    }
}