Gears of War 4 Forums

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

Was ist Gears of War 4 Forums?

Gears of War 4 Forums ist eine Chrome-Erweiterung, die von TensorFlow entwickelt wurde, und ihr Hauptmerkmal ist "Adds the 'Forums' option back into the main menu.".

Erweiterungsscreenshots

screenshot

Gears of War 4 Forums-Erweiterungs-CRX-Datei herunterladen

Laden Sie Gears of War 4 Forums-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Gears of War 4 Forums Gears of War 4 Forums
ID gnnnghjolkebfmgablmplcboppcadiid
Offizielle URL https://chromewebstore.google.com/detail/gears-of-war-4-forums/gnnnghjolkebfmgablmplcboppcadiid
Beschreibung Adds the 'Forums' option back into the main menu.
Dateigröße 54.05 KB
Installationsanzahl 22
Aktuelle Version 1.0.1
Letztes Update 2017-04-29
Veröffentlichungsdatum 2017-04-29
Entwickler TensorFlow
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/TheanosLearning/Gears4Forums
Unterstützte Sprachen 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"
    ]
}