Halo 5 REQ Guide

Get REQ'd

What is Halo 5 REQ Guide?

Halo 5 REQ Guide is a Chrome extension developed by cwachtman, and its main feature is "Get REQ'd".

Extension Screenshots

screenshot

Download Halo 5 REQ Guide Extension CRX File

Download Halo 5 REQ Guide 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

                        This extension scans your inventory and identifies how many REQ packs are needed to complete your collection. It also calculates REQ points obtainable by selling items.

You will need to visit the pages for each REQ type in order for the extension to access the data.                    

Extension Basic Information

Name Halo 5 REQ Guide Halo 5 REQ Guide
ID dlhebbfjfhflbnbdpckijnagbhmknkkg
Official URL https://chrome.google.com/webstore/detail/halo-5-req-guide/dlhebbfjfhflbnbdpckijnagbhmknkkg
Description Get REQ'd
File Size 20.53 KB
Installation Count 379
Current Version 2.1
Last Updated 2016-02-12
Publish Date 2016-02-12
Rating 3.80/5 Total 5 Ratings
Developer cwachtman
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Halo 5 REQ Guide",
    "description": "Get REQ'd",
    "version": "2.1",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.halowaypoint.com\/*\/halo-5-guardians\/xbox-one\/requisitions\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Halo 5 REQ Guide",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}