Halo 5 REQ Guide
Get REQ'd
什么是Halo 5 REQ Guide?
Halo 5 REQ Guide是由cwachtman开发的Chrome扩展程序,该扩展的主要功能是“Get REQ'd”。
扩展截图
下载Halo 5 REQ Guide扩展crx文件
下载Halo 5 REQ Guide扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
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 } |