Sokker.org Support

Chrome extension which will make your sokker.org play easier!

Sokker.org Support क्या है?

Sokker.org Support zenit710 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome extension which will make your sokker.org play easier!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Sokker.org Support एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Sokker.org Support saves your time and helps you to make better choices.

Features:
- get player position rating
- add reminder about player transfer
- filter players by selected skills summed value
- save/load transfer list filters
- sort squad by position rating
- invite all teams for friendly match with one click
- https://ntdb.sokker.cz integration

Requirements:
- You need to enable skill numbers in skill name in your profile settings to be able to get player position rating.

Set player skills importance for each position in extension settings. You can go to settings by clicking on extension icon and then 'Set skills importance'.

In extension settings you can manage active reminders and saved transfer filters too.                    

एक्सटेंशन की मूल जानकारी

नाम Sokker.org Support Sokker.org Support
ID cegnfeefaaffaonelflopaffogoecpcg
आधिकारिक URL https://chromewebstore.google.com/detail/sokkerorg-support/cegnfeefaaffaonelflopaffogoecpcg
विवरण Chrome extension which will make your sokker.org play easier!
फ़ाइल का आकार 211 KB
स्थापना संख्या 51
वर्तमान संस्करण 1.3.1
अंतिम अपडेट 2023-11-30
प्रकाशन तिथि 2021-03-19
डेवलपर zenit710
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/zenit710/sokker-position-rating
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sokker.org Support",
    "version": "1.3.1",
    "description": "Chrome extension which will make your sokker.org play easier!",
    "permissions": [
        "storage",
        "alarms",
        "notifications"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "options_ui": {
        "page": "options-page.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/sokker.org\/*"
            ]
        },
        {
            "js": [
                "js\/ntdb.js"
            ],
            "matches": [
                "https:\/\/ntdb.bluezero.sk\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "popup-page.html",
        "default_icon": {
            "16": "images\/logo-16.png",
            "32": "images\/logo-32.png",
            "48": "images\/logo-48.png",
            "128": "images\/logo-128.png"
        }
    },
    "icons": {
        "16": "images\/logo-16.png",
        "32": "images\/logo-32.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    },
    "manifest_version": 3
}