Gears of War 4 Forums
Adds the 'Forums' option back into the main menu.
Hvad er Gears of War 4 Forums?
Gears of War 4 Forums er en Chrome-udvidelse udviklet af TensorFlow, og dens hovedfunktion er "Adds the 'Forums' option back into the main menu.".
Udvidelsesskærmbilleder
Download Gears of War 4 Forums-udvidelses-CRX-fil
Download Gears of War 4 Forums-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Adds the "Forums" option back into the main menu. The extension icon also acts as a shortcut to https://gearsofwar.com/forums
Grundlæggende oplysninger om udvidelsen
Navn | Gears of War 4 Forums |
ID | gnnnghjolkebfmgablmplcboppcadiid |
Officiel URL | https://chromewebstore.google.com/detail/gears-of-war-4-forums/gnnnghjolkebfmgablmplcboppcadiid |
Beskrivelse | Adds the 'Forums' option back into the main menu. |
Filstørrelse | 54.05 KB |
Antal Installationer | 22 |
Nuværende Version | 1.0.1 |
Senest Opdateret | 2017-04-29 |
Udgivelsesdato | 2017-04-29 |
Udvikler | TensorFlow |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/TheanosLearning/Gears4Forums |
Understøttede Sprog | 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" ] } |