Gears of War 4 Forums
Adds the 'Forums' option back into the main menu.
What is Gears of War 4 Forums?
Gears of War 4 Forums is a Chrome extension developed by TensorFlow, and its main feature is "Adds the 'Forums' option back into the main menu.".
Extension Screenshots
Download Gears of War 4 Forums Extension CRX File
Download Gears of War 4 Forums extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Adds the "Forums" option back into the main menu. The extension icon also acts as a shortcut to https://gearsofwar.com/forums
Extension Basic Information
Name | Gears of War 4 Forums |
ID | gnnnghjolkebfmgablmplcboppcadiid |
Official URL | https://chromewebstore.google.com/detail/gears-of-war-4-forums/gnnnghjolkebfmgablmplcboppcadiid |
Description | Adds the 'Forums' option back into the main menu. |
File Size | 54.05 KB |
Installation Count | 22 |
Current Version | 1.0.1 |
Last Updated | 2017-04-29 |
Publish Date | 2017-04-29 |
Developer | TensorFlow |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/TheanosLearning/Gears4Forums |
Supported Languages | 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" ] } |