Sorare custom colors

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

Sorare custom colors là gì?

Sorare custom colors là một tiện ích mở rộng Chrome được phát triển bởi sokerdev, và tính năng chính của nó là "Customise and harmonise rating colours on the sorare.com and soraredata.com websites.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sorare custom colors

Tải xuống các tệp mở rộng Sorare custom colors dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Sorare custom colors Sorare custom colors
ID eioheclniecfacgghojghkleibgeoipn
URL Chính Thức https://chromewebstore.google.com/detail/sorare-custom-colors/eioheclniecfacgghojghkleibgeoipn
Mô tả Customise and harmonise rating colours on the sorare.com and soraredata.com websites.
Kích Thước Tệp 111 KB
Số Lần Cài Đặt 136
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2023-11-16
Ngày Phát Hành 2023-11-10
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển sokerdev
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}