P.I Extension

Esports Stat Overlay - Realtime in-depth stats to dig into the game

Τι είναι το P.I Extension;

Το P.I Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον pitch-interactive-inc, και η κύρια λειτουργία του είναι "Esports Stat Overlay - Realtime in-depth stats to dig into the game".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης P.I Extension

Λήψη αρχείων επέκτασης P.I Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        PI Extension overlays real-time information on LoL Esports match screen, providing insights into game progress and player performances. It also offers match schedules, results, and guidance to real-time viewing platforms.

[Features]
1.  Click extension icon - Pop-up UI
Easily check LoL Esports match schedules, results and get guidance to streaming platforms for each game.
- Provided Information: 
* Match schedules and results.
* Live streaming channels of each video platform

2. Click screen - Overlay UI
Overlay real-time information on LoL Esports live-streaming video for a clear understanding of game progress and player performances.
- Provided Information:
* Player Information: Position, Nickname, Gold Per Damage (GPD),
                Total Damage (DMG), Damage Taken Per Minute (DTPM),
                Total Damage Taken (DMGT), Gold Per Minute (GPM), 
                Total Earned Gold  (Gold), Creep Score Per Minute (CSPM),
                Creep Score (CS).
* Team Information: All players' level, Damage within the first 15 minutes,
                                    Total Damage Dealt, Damage Contribution (%).
* Gold Difference Graph and Game Events: Gold diff., Kills, Tower, 
                     Inhibitor, Herald, Dragon, and Baron Events by timeline.

3.  PI Extension works on Twitch & Youtube LoL Esports live screen.

Don't ask about the game progress. 
Check real-time changing information directly! 
More fun features are coming in the future. Please look forward to it!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα P.I Extension P.I Extension
ID aeijenbcnhhmcgknnimiddbdgpndfcpn
Επίσημο URL https://chromewebstore.google.com/detail/pi-extension/aeijenbcnhhmcgknnimiddbdgpndfcpn
Περιγραφή Esports Stat Overlay - Realtime in-depth stats to dig into the game
Μέγεθος Αρχείου 1.9 MB
Αριθμός Εγκαταστάσεων 2,605
Τρέχουσα Έκδοση 0.0.6
Τελευταία Ενημέρωση 2023-11-06
Ημερομηνία Δημοσίευσης 2023-08-08
Αξιολόγηση 5.00/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής pitch-interactive-inc
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://piepie.co/
Διεύθυνση URL της Σελίδας Βοήθειας https://discord.com/channels/1128215722401742849/1128216312385130536
Υποστηριζόμενες Γλώσσες en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.6",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "action": {
        "default_icon": "imgs\/manifest_128x128.png",
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "imgs\/manifest_16x16.png",
        "32": "imgs\/manifest_32x32.png",
        "48": "imgs\/manifest_48x48.png",
        "128": "imgs\/manifest_128x128.png"
    },
    "background": {
        "service_worker": ".\/js\/background.js"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/extapi.arenacast.tv:9443"
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                "https:\/\/twitch.tv\/*",
                "https:\/\/www.twitch.tv\/*",
                "https:\/\/netflix.com\/*",
                "https:\/\/www.netflix.com\/*",
                "https:\/\/tving.com\/*",
                "https:\/\/www.tving.com\/*",
                "https:\/\/wavve.com\/*",
                "https:\/\/www.wavve.com\/*",
                "https:\/\/coupangplay.com\/*",
                "https:\/\/www.coupangplay.com\/*",
                "https:\/\/onefootball.com\/*",
                "https:\/\/www.onefootball.com\/*",
                "https:\/\/play.afreecatv.com\/*",
                "https:\/\/vod.afreecatv.com\/*",
                "https:\/\/m.sports.naver.com\/*",
                "https:\/\/store.rankingball.com\/*",
                "https:\/\/devstore.rankingball.com\/*",
                "https:\/\/www.spotvnow.co.kr\/*",
                "https:\/\/youtube.com\/*",
                "https:\/\/www.youtube.com\/*",
                "https:\/\/www.lolesports.com\/*",
                "https:\/\/lolesports.com\/*"
            ],
            "js": [
                ".\/js\/page.js"
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+U",
                "windows": "Ctrl+Shift+U",
                "mac": "Command+Shift+U",
                "chromeos": "Ctrl+Shift+U",
                "linux": "Ctrl+Shift+U"
            },
            "description": "Opens Login Window!!"
        }
    }
}