Sorare custom colors

Customise and harmonise rating colours on the sorare.com and soraredata.com websites.

什麼是Sorare custom colors?

Sorare custom colors是由sokerdev開發的Chrome擴展程式,該擴展的主要功能是“Customise and harmonise rating colours on the sorare.com and soraredata.com websites.”。

擴展截圖

screenshot
screenshot

下載Sorare custom colors擴展crx文件

下載Sorare custom colors擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Enhance your experience on Sorare.com and SorareData.com with Sorare Custom Colors, the must-have Chrome extension for any Sorare manager. This extension allows you to customize the color association for player ratings, providing you with optimized visibility and a more intuitive performance analysis.

Key Features:

- Color Customization by Rating Range: Set colors to correspond to specific rating intervals for instant visual assessment of player capabilities.
- Progressive Gradient Display: Enable a gradient display to smoothly visualize the progression of player performances.
- Highlighting DS and AA performance: DS and AA scores are coloured so you can see at a glance how a player is performing.
- Predefined Color Themes: Choose from a variety of color themes crafted to enhance your browsing and analytical experience.

Install Sorare Custom Colors and transform the way you track and scout players on Sorare!                    

擴展基本資訊

名稱 Sorare custom colors Sorare custom colors
ID eioheclniecfacgghojghkleibgeoipn
官方網址 https://chromewebstore.google.com/detail/sorare-custom-colors/eioheclniecfacgghojghkleibgeoipn
簡介 Customise and harmonise rating colours on the sorare.com and soraredata.com websites.
檔案大小 111 KB
安裝次數 136
目前版本 1.0.3
更新時間 2023-11-16
上架時間 2023-11-10
評分 5.00/5 共 1 次評分
開發者 sokerdev
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sorare custom colors",
    "version": "1.0.3",
    "description": "Customise and harmonise rating colours on the sorare.com and soraredata.com websites.",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "sorare_color_bis_16.png",
        "32": "sorare_color_bis_32.png",
        "48": "sorare_color_bis_48.png",
        "128": "sorare_color_bis_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.soraredata.com\/*"
            ],
            "js": [
                "contentsoraredata.js"
            ],
            "type": "module"
        },
        {
            "matches": [
                "*:\/\/*.sorare.com\/football*"
            ],
            "js": [
                "contentsorare.js"
            ],
            "type": "module"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "sorare_color_bis_16.png",
            "32": "sorare_color_bis_32.png",
            "48": "sorare_color_bis_48.png",
            "128": "sorare_color_bis_128.png"
        }
    }
}