FBCharts

Supercharge fbref.com player pages with football radar charts

FBChartsคืออะไร?

FBCharts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fbcharts และคุณลักษณะหลักของมันคือ "Supercharge fbref.com player pages with football radar charts"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FBCharts

ดาวน์โหลดไฟล์ส่วนขยาย FBCharts ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension transforms FBref.com's player stats into football radar and comparison charts, improving the site's viewing experience for football fans and enthusiasts.

[Basics]

⚽️ Once installed, simply navigate to a player page on fbref.com (e.g. https://fbref.com/en/players/41034650/Jurrien-Timber) and a radar chart will be rendered next to the player's stats.

⚽️ To view a player's radar chart in a different season or competition, simply go to the player's complete scouting report (e.g. https://fbref.com/en/players/d70ce98e/scout/1711/Lionel-Messi-Scouting-Report), where you can select different seasons or competitions that the player has been a part of, and the radar chart will be rendered accordingly.

[Chart comparisons]

⚽️ To compare against a similar player, click on “Compare” in the “FBcharts” column under FBref's "Similar Players".

⚽️ To compare against any other players, simply navigate to their profiles. As you browse through their profiles, they will appear under the "recently browsed" section and can be selected for comparison.

⚽️ You can also compare players against themselves by navigating to their scouting reports from prior seasons.

(The comparison feature is only supported if your browser supports Chrome's local storage APIs)

Latest UPDATE:

1.1.4

- Minor styling changes and ability to display dynamic premium info

---------------

Previous:

1.1.3

- Updated translations (based on fbref's) for all supported languages
- Fix a bug where unintended styling on minutes played could cause a bad render

1.1.2

- Fix a bug where unintended styling on player or season name could cause a bad render

1.1.1

- Fix a bug that prevents comparison between two FBref scouting reports with non-identical sets of stats
- Add better image download prompt
- Other minor fixes and styling improvements

1.1.0

- Positional templates have arrived!
- This update includes a total of 24 templates (15 premium, 9 free), covering all positions on the field (GK, CD, FB, DM, CM, AM, W, CF).
- The templates are showcased on a brand-new 2D football pitch UI, allowing easy selection of templates that best suit a player's profile.
- Existing comparison features automatically work with the the new templates - simply choose a template and the player to compare against.

- A custom template engine (premium feature) is also here!
- This is designed for advanced users who crave the flexibility to choose from over 150 stats from FBref and to customise their own charts to suit their analysis or storytelling needs.
- Besides choosing stats, the slice colours, the number of categories and their names are also completely customisable
- With a built-in search and drag-and-drop mechanism, drafting a new radar template is intuitive and fun
- All templates created from the engine are automatically synced to the cloud, accessible on any device/browser running FBCharts.

We are thrilled about this update and hope that users (premium or not), will enjoy using these new features for player analysis or simply for pure fun. As always, we value and consider all your feedback to enhance the tool so do connect with us via twitter @fbcharts or email.

1.0.4

- Add one-click download button
- Re-add stat type legends
- Minor aesthetic improvements

1.0.3

- Add better language support (for stat name colours) for all languages available on FBref

1.0.2

- Add chart comparison features for supporting browsers
- Fix issue where mobile chart view is obstructed

PRIVACY

This extension creates graphical charts on the fly. No user information is collected. This extension also uses minimal local storage for player comparisons and auto-deletes old data to keep the storage as small as possible.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ FBCharts FBCharts
ID ogkjijheeoanpdacakgofneeagpakbnb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fbcharts/ogkjijheeoanpdacakgofneeagpakbnb
คำอธิบาย Supercharge fbref.com player pages with football radar charts
ขนาดไฟล์ 425 KB
จำนวนการติดตั้ง 3,721
เวอร์ชันปัจจุบัน 1.1.4
อัปเดตครั้งล่าสุด 2024-02-23
วันที่เผยแพร่ 2023-06-22
คะแนน 5.00/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา fbcharts
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://www.fbcharts.com/
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FBCharts",
    "description": "Supercharge fbref.com player pages with football radar charts",
    "version": "1.1.4",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_title": "Football Radar Charts"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "css": [
                "after.css"
            ],
            "js": [
                "ExtPay.js",
                "after.js"
            ],
            "matches": [
                "http:\/\/*.fbref.com\/*",
                "https:\/\/*.fbref.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; connect-src https:\/\/extensionpay.com"
    },
    "permissions": [
        "storage"
    ]
}