Gears of War 4 Forums

Adds the 'Forums' option back into the main menu.

O que é Gears of War 4 Forums?

Gears of War 4 Forums é uma extensão do Chrome desenvolvida por TensorFlow, e sua principal característica é "Adds the 'Forums' option back into the main menu.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Gears of War 4 Forums

Baixe arquivos de extensão Gears of War 4 Forums 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

                        Adds the "Forums" option back into the main menu. The extension icon also acts as a shortcut to https://gearsofwar.com/forums                    

Informações Básicas da Extensão

Nome Gears of War 4 Forums Gears of War 4 Forums
ID gnnnghjolkebfmgablmplcboppcadiid
URL Oficial https://chromewebstore.google.com/detail/gears-of-war-4-forums/gnnnghjolkebfmgablmplcboppcadiid
Descrição Adds the 'Forums' option back into the main menu.
Tamanho do Arquivo 54.05 KB
Contagem de Instalações 22
Versão Atual 1.0.1
Última Atualização 2017-04-29
Data de Publicação 2017-04-29
Desenvolvedor TensorFlow
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/TheanosLearning/Gears4Forums
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gears of War 4 Forums",
    "short_name": "Gears4 Forums",
    "version": "1.0.1",
    "description": "Adds the 'Forums' option back into the main menu.",
    "icons": {
        "48": "img\/forums_tile48.png",
        "128": "img\/forums_tile128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/gearsofwar.com\/*"
            ],
            "js": [
                "content\/forums.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "img\/icon.png"
    },
    "background": {
        "scripts": [
            "background\/background.js"
        ]
    },
    "web_accessible_resources": [
        "styles\/forums.css"
    ]
}