Destiny Report
Track players raid stats on Bungie.net fireteams
Destiny Report क्या है?
Destiny Report https://destiny.report द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Track players raid stats on Bungie.net fireteams"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Destiny Report एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.
एक्सटेंशन की मूल जानकारी
नाम | |
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\/" ] } |