Halo 5 REQ Guide

Get REQ'd

Cos'è Halo 5 REQ Guide?

Halo 5 REQ Guide è un'estensione di Chrome sviluppata da cwachtman, e la sua funzione principale è "Get REQ'd".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Halo 5 REQ Guide

Scarica i file di estensione Halo 5 REQ Guide 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Halo 5 REQ Guide Halo 5 REQ Guide
ID dlhebbfjfhflbnbdpckijnagbhmknkkg
URL Ufficiale https://chrome.google.com/webstore/detail/halo-5-req-guide/dlhebbfjfhflbnbdpckijnagbhmknkkg
Descrizione Get REQ'd
Dimensione del File 20.53 KB
Conteggio Installazioni 379
Versione Corrente 2.1
Ultimo Aggiornamento 2016-02-12
Data di Pubblicazione 2016-02-12
Valutazione 3.80/5 Totale 5 Valutazioni
Sviluppatore cwachtman
Tipo di Pagamento free
Lingue Supportate 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
}