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 } |