Sokker.org Support
Chrome extension which will make your sokker.org play easier!
Cos'è Sokker.org Support?
Sokker.org Support è un'estensione di Chrome sviluppata da zenit710, e la sua funzione principale è "Chrome extension which will make your sokker.org play easier!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Sokker.org Support
Scarica i file di estensione Sokker.org Support in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Sokker.org Support |
ID | cegnfeefaaffaonelflopaffogoecpcg |
URL Ufficiale | https://chromewebstore.google.com/detail/sokkerorg-support/cegnfeefaaffaonelflopaffogoecpcg |
Descrizione | Chrome extension which will make your sokker.org play easier! |
Dimensione del File | 211 KB |
Conteggio Installazioni | 51 |
Versione Corrente | 1.3.1 |
Ultimo Aggiornamento | 2023-11-30 |
Data di Pubblicazione | 2021-03-19 |
Sviluppatore | zenit710 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/zenit710/sokker-position-rating |
Lingue Supportate | 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 } |