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.

O que é Game Jolt - Chat Tweaks?

Game Jolt - Chat Tweaks é uma extensão do Chrome desenvolvida por andrewarivers, e sua principal característica é "Game Jolt - Chat Tweaks is a Chrome extension for Previews and Profanity Filters on Game Jolt. See the screenshot for a better look.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Game Jolt - Chat Tweaks

Baixe arquivos de extensão Game Jolt - Chat Tweaks no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Game Jolt - Chat Tweaks Game Jolt - Chat Tweaks
ID bmiicaagdhnlnhpdefmjlodhclafdaoa
URL Oficial https://chrome.google.com/webstore/detail/game-jolt-chat-tweaks/bmiicaagdhnlnhpdefmjlodhclafdaoa
Descrição Game Jolt - Chat Tweaks is a Chrome extension for Previews and Profanity Filters on Game Jolt. See the screenshot for a better look.
Tamanho do Arquivo 153 KB
Contagem de Instalações 24
Versão Atual 1.3
Última Atualização 2017-04-15
Data de Publicação 2017-04-15
Desenvolvedor andrewarivers
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}