Destiny Report

Track players raid stats on Bungie.net fireteams

什么是Destiny Report?

Destiny Report是由https://destiny.report开发的Chrome扩展程序,该扩展的主要功能是“Track players raid stats on Bungie.net fireteams”。

扩展截图

screenshot

下载Destiny Report扩展crx文件

下载Destiny Report扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Update:
Crown of Sorrow is yet to be added
Sorry i'm very busy nowdays and working on rewriting destiny.report from ground up, don't expect any updated to this add-on until i finish the new version of Destiny.report

I promise i'll comeback to this add-on to add more usefull info and fix bugs

Main: 

At this moment it shows stats for Raid listings only on Bungie.net Fireteams, Crucible and Gambit will be added in the future.

Usage: Go to bungie.net -> Find fireteams -> click on any Raid listing

SOTP: Scourge of the Past
SOTP(g): Scourge of the Past Guided Games

LW: Last Wish
LW(g): Last Wish Guided Games

SOS(n): Spire of Stars Normal
SOS(p): Spire of Stars Prestige
SOS(g): Spire of Stars Guided Games

EOW(n): Eater of Worlds Normal
EOW(p): Eater of Worlds Prestige
EOW(g): Eater of Worlds Guided games

LN(n): Leviathan Normal
LN(p): Leviathan Prestige
LN(g): Leviathan Guided Games


This extension is also available for Firefox.                    

扩展基本信息

名称 Destiny Report Destiny Report
ID bfddnieakjjggiojaipihpfjnimkjaoh
官方URL https://chrome.google.com/webstore/detail/destiny-report/bfddnieakjjggiojaipihpfjnimkjaoh
简介 Track players raid stats on Bungie.net fireteams
文件大小 9.46 KB
安装次数 13
当前版本 0.3
更新时间 2019-06-07
上架时间 2019-06-07
开发者 https://destiny.report
电子邮箱 [email protected]
付费类型 free
扩展官网 https://destiny.report
帮助页面URL https://destiny.report
隐私政策页面URL https://destiny.report
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Destiny Report",
    "version": "0.3",
    "description": "Track players raid stats on Bungie.net fireteams",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.bungie.net\/en\/ClanV2\/PublicFireteam*"
            ],
            "js": [
                "util.js",
                "content.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "icons\/DR-48.png",
        "128": "icons\/DR-128.png",
        "96": "icons\/DR-96.png"
    },
    "permissions": [
        "https:\/\/www.bungie.net\/"
    ]
}