Sokker.org Support
Chrome extension which will make your sokker.org play easier!
Sokker.org Support là gì?
Sokker.org Support là một tiện ích mở rộng Chrome được phát triển bởi zenit710, và tính năng chính của nó là "Chrome extension which will make your sokker.org play easier!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Sokker.org Support
Tải xuống các tệp mở rộng Sokker.org Support 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Sokker.org Support |
ID | cegnfeefaaffaonelflopaffogoecpcg |
URL Chính Thức | https://chromewebstore.google.com/detail/sokkerorg-support/cegnfeefaaffaonelflopaffogoecpcg |
Mô tả | Chrome extension which will make your sokker.org play easier! |
Kích Thước Tệp | 211 KB |
Số Lần Cài Đặt | 51 |
Phiên Bản Hiện Tại | 1.3.1 |
Cập Nhật Lần Cuối | 2023-11-30 |
Ngày Phát Hành | 2021-03-19 |
Nhà Phát Triển | zenit710 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/zenit710/sokker-position-rating |
Ngôn Ngữ Được Hỗ Trợ | 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 } |