Halo 5 REQ Guide

Get REQ'd

Apa itu Halo 5 REQ Guide?

Halo 5 REQ Guide adalah ekstensi Chrome yang dikembangkan oleh cwachtman, dan fitur utamanya adalah "Get REQ'd".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Halo 5 REQ Guide

Unduh file ekstensi Halo 5 REQ Guide dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Halo 5 REQ Guide Halo 5 REQ Guide
ID dlhebbfjfhflbnbdpckijnagbhmknkkg
URL Resmi https://chrome.google.com/webstore/detail/halo-5-req-guide/dlhebbfjfhflbnbdpckijnagbhmknkkg
Deskripsi Get REQ'd
Ukuran File 20.53 KB
Jumlah Instalasi 379
Versi Saat Ini 2.1
Terakhir Diperbarui 2016-02-12
Tanggal Publikasi 2016-02-12
Penilaian 3.80/5 Total 5 Penilaian
Pengembang cwachtman
Tipe Pembayaran free
Bahasa yang Didukung 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
}