Halo 5 REQ Guide

Get REQ'd

ما هو Halo 5 REQ Guide؟

Halo 5 REQ Guide هو إضافة Chrome تم تطويرها بواسطة cwachtman، والميزة الرئيسية لها هي "Get REQ'd".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Halo 5 REQ Guide

قم بتنزيل ملفات الامتداد Halo 5 REQ Guide بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Halo 5 REQ Guide Halo 5 REQ Guide
ID dlhebbfjfhflbnbdpckijnagbhmknkkg
عنوان URL الرسمي https://chrome.google.com/webstore/detail/halo-5-req-guide/dlhebbfjfhflbnbdpckijnagbhmknkkg
الوصف Get REQ'd
حجم الملف 20.53 KB
عدد التثبيتات 379
النسخة الحالية 2.1
آخر تحديث 2016-02-12
تاريخ النشر 2016-02-12
تقييم 3.80/5 مجموع تقييمات 5
المطور cwachtman
نوع الدفع free
اللغات المدعومة 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
}