Gears of War 4 Forums

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

Cos'è Gears of War 4 Forums?

Gears of War 4 Forums è un'estensione di Chrome sviluppata da TensorFlow, e la sua funzione principale è "Adds the 'Forums' option back into the main menu.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Gears of War 4 Forums

Scarica i file di estensione Gears of War 4 Forums in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Gears of War 4 Forums Gears of War 4 Forums
ID gnnnghjolkebfmgablmplcboppcadiid
URL Ufficiale https://chromewebstore.google.com/detail/gears-of-war-4-forums/gnnnghjolkebfmgablmplcboppcadiid
Descrizione Adds the 'Forums' option back into the main menu.
Dimensione del File 54.05 KB
Conteggio Installazioni 22
Versione Corrente 1.0.1
Ultimo Aggiornamento 2017-04-29
Data di Pubblicazione 2017-04-29
Sviluppatore TensorFlow
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/TheanosLearning/Gears4Forums
Lingue Supportate 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"
    ]
}