Halo 5 REQ Guide
Get REQ'd
Wat is Halo 5 REQ Guide?
Halo 5 REQ Guide is een Chrome-extensie ontwikkeld door cwachtman, en de belangrijkste functie is "Get REQ'd".
Extensie Screenshots
Download het CRX-bestand van de extensie Halo 5 REQ Guide
Download Halo 5 REQ Guide-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | dlhebbfjfhflbnbdpckijnagbhmknkkg |
Officiële URL | https://chrome.google.com/webstore/detail/halo-5-req-guide/dlhebbfjfhflbnbdpckijnagbhmknkkg |
Beschrijving | Get REQ'd |
Bestandsgrootte | 20.53 KB |
Aantal Installaties | 379 |
Huidige Versie | 2.1 |
Laatst Bijgewerkt | 2016-02-12 |
Publicatiedatum | 2016-02-12 |
Beoordeling | 3.80/5 Totaal 5 Beoordelingen |
Ontwikkelaar | cwachtman |
Betalingswijze | free |
Ondersteunde Talen | 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 } |