PlayerQuant - Esports Analytics

Enhances Youtube.com videos with data from PlayerQuant.com.

PlayerQuant - Esports Analytics란 무엇입니까?

PlayerQuant - Esports Analytics은(는) PlayerQuant에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enhances Youtube.com videos with data from PlayerQuant.com."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

PlayerQuant - Esports Analytics 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 PlayerQuant - Esports Analytics PlayerQuant - Esports Analytics
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;"
}