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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/"
    ]
}