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!”。
扩展截图
下载Sokker.org Support扩展crx文件
下载Sokker.org Support扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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 } |