Destiny Report

Track players raid stats on Bungie.net fireteams

Destiny Report là gì?

Destiny Report là một tiện ích mở rộng Chrome được phát triển bởi https://destiny.report, và tính năng chính của nó là "Track players raid stats on Bungie.net fireteams".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Destiny Report

Tải xuống các tệp mở rộng Destiny Report dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Destiny Report Destiny Report
ID bfddnieakjjggiojaipihpfjnimkjaoh
URL Chính Thức https://chrome.google.com/webstore/detail/destiny-report/bfddnieakjjggiojaipihpfjnimkjaoh
Mô tả Track players raid stats on Bungie.net fireteams
Kích Thước Tệp 9.46 KB
Số Lần Cài Đặt 13
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2019-06-07
Ngày Phát Hành 2019-06-07
Nhà Phát Triển https://destiny.report
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://destiny.report
URL Trang Trợ Giúp https://destiny.report
URL Trang Chính Sách Bảo Mật https://destiny.report
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}