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 |
Eメール | [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 } |