ESEA Magnifier

Finds ESEA account

Τι είναι το ESEA Magnifier;

Το ESEA Magnifier είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον D3ATHKeeper, και η κύρια λειτουργία του είναι "Finds ESEA account".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης ESEA Magnifier

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

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

                        ESEA Magnifier finds an ESEA account linked to the currently viewed Steam account. It then displays a new Steam showcase if an account was found, with a summary of the last 20 matches and some extra info that might be useful.

Version 2.0.0 added a hover view on ESEA to show detailed stats for the selected user.

It also doesn't add your name to their recent visitors on their ESEA account if viewed with the incognito option enabled.

NOTE: ESEA Magnifier is developed independently, and is not officially endorsed by or affiliated with ESEA.

2.3.2
Updated Steam Showcase. Cloudflare might not be an issue now.

2.3.1
Fixed Importing DB.
Fixed exporting DB file names.
Fixed performance issue where it would refetch ESL Gaming account.
Fixed issue with ESL Gaming accounts not having a Steam profile linked.

2.3.0
Added local database to cache SteamID for ESEA accounts which makes lookups faster and helps get around always seeing the Cloudflare issue.

2.2.1
Removed console logs.

2.2.0:
Fixed forums hover.
Fixed settings not saving properly.
Fixed profile hover being under submitted clips.
Changed enable steam default to disabled for new installs.
Changed default match type to league for new installs.
Added Steam profile link for users with an ESL profile.

2.1.0:
Added AVG ADR on hover.
Added option to disable Steam showcase.
Added info on rank hover and more details on MMR hover.

2.0.1:
Added support for hovering over club usernames and for forum users with LFT tag.

2.0.0:
Added user hover on ESEA.
Added more details on how many matches are being played above friends.
Added club games in match types.

1.1.2:
Added map type selection.
Removed notifications and moved it to the Steam widget.

1.1:
Revamped entire extension.
Added popup.
Added toggle options.
Added support for Steam accounts linked to multiple ESEA accounts.

1.0 Initial release.                    

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

Όνομα ESEA Magnifier ESEA Magnifier
ID fpijccoohfcbgljdmhmklohjfebfjmif
Επίσημο URL https://chromewebstore.google.com/detail/esea-magnifier/fpijccoohfcbgljdmhmklohjfebfjmif
Περιγραφή Finds ESEA account
Μέγεθος Αρχείου 580 KB
Αριθμός Εγκαταστάσεων 181
Τρέχουσα Έκδοση 2.3.2
Τελευταία Ενημέρωση 2023-03-05
Ημερομηνία Δημοσίευσης 2021-03-12
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής D3ATHKeeper
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.eseamagnifier.com/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ESEA Magnifier",
    "version": "2.3.2",
    "icons": {
        "48": "assets\/icons\/esea_48.png",
        "96": "assets\/icons\/esea_96.png"
    },
    "description": "Finds ESEA account",
    "permissions": [
        "activeTab",
        "storage",
        "*:\/\/play.esea.net\/*",
        "*:\/\/steamcommunity.com\/id\/*",
        "*:\/\/steamcommunity.com\/profiles\/*",
        "*:\/\/api.eslgaming.com\/play\/v1\/users\/*"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "minimum_chrome_version": "49",
    "browser_action": {
        "default_popup": "popup\/index.html",
        "default_icon": {
            "48": "assets\/icons\/esea_48.png",
            "96": "assets\/icons\/esea_96.png"
        },
        "default_title": "ESEA Magnifier",
        "chrome_style": false
    },
    "background": {
        "scripts": [
            "js\/background.bundle.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/play.esea.net\/*",
                "*:\/\/steamcommunity.com\/id\/*",
                "*:\/\/steamcommunity.com\/profiles\/*"
            ],
            "js": [
                "js\/contentScript.bundle.js"
            ]
        }
    ]
}