PlayerQuant - Esports Analytics
Enhances Youtube.com videos with data from PlayerQuant.com.
PlayerQuant - Esports Analyticsคืออะไร?
PlayerQuant - Esports Analytics เป็นส่วนขยายของ Chrome ที่พัฒนาโดย PlayerQuant และคุณลักษณะหลักของมันคือ "Enhances Youtube.com videos with data from PlayerQuant.com."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PlayerQuant - Esports Analytics
ดาวน์โหลดไฟล์ส่วนขยาย PlayerQuant - Esports Analytics ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
When you're on YouTube, if PlayerQuant.com has additional data on the video you're watching, it will automatically enhance the UI with its data (now also works with youtube in dark mode). On the youtube homepage, it will also add a row of the most recent videos for which PlayerQuant has data. PlayerQuant is currently focused on Fortnite gaming content of some of the most popular Fortnite streamers (SypherPK, Bugha, Muselk, etc.). You can see elims, knocks on the timeline of the youtube player as well as graphs of health, shield and materials. For example, once installed, you'll be able to see stats and graphs on this video: https://www.youtube.com/watch?v=8y6nM5pELj0 You can now also login to your PlayerQuant account and request analysis of a specific video. The most requested videos will submitted by users will also get analyzed. Before logging in, you need to first create an account on playerquant.com. This extension is currently in beta. We appreciate your feedback and look forward to continually improving this extension for our users. Feel free to get in touch by email or Discord.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fjhbfffgipoaogpiljkpmhlcjfbkjmmm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/playerquant-esports-analy/fjhbfffgipoaogpiljkpmhlcjfbkjmmm |
คำอธิบาย | Enhances Youtube.com videos with data from PlayerQuant.com. |
ขนาดไฟล์ | 1.37 MB |
จำนวนการติดตั้ง | 16 |
เวอร์ชันปัจจุบัน | 0.2.3 |
อัปเดตครั้งล่าสุด | 2021-11-13 |
วันที่เผยแพร่ | 2020-05-04 |
ผู้พัฒนา | PlayerQuant |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://playerquant.com |
URL หน้าช่วยเหลือ | https://playerquant.com/about.html |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PlayerQuant - Esports Analytics", "description": "Enhances Youtube.com videos with data from PlayerQuant.com.", "version": "0.2.3", "manifest_version": 2, "icons": { "16": ".\/icon\/16.png", "32": ".\/icon\/32.png", "48": ".\/icon\/48.png", "128": ".\/icon\/128.png" }, "options_page": "", "browser_action": { "default_popup": ".\/popup\/popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "content\/content.js" ], "css": [ "content\/content.css" ] } ], "background": { "page": "background\/background.html" }, "web_accessible_resources": [ "\/*" ], "externally_connectable": { "matches": [ "*:\/\/*.playerquant.com\/*" ] }, "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/www.gstatic.com https:\/\/www.googleapis.com https:\/\/securetoken.googleapis.com;" } |