Sokker.org Support

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

Sokker.org Support란 무엇입니까?

Sokker.org Support은(는) zenit710에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome extension which will make your sokker.org play easier!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Sokker.org Support 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}