VMEnhancer - A new Virtual Manager experience
Upload your scout report by 1 click, see if your player is affected by the 15%-rule and calculate a players potential.
Co to jest VMEnhancer - A new Virtual Manager experience?
VMEnhancer - A new Virtual Manager experience to rozszerzenie Chrome opracowane przez VMEnhancer, a jego główną funkcją jest „Upload your scout report by 1 click, see if your player is affected by the 15%-rule and calculate a players potential.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia VMEnhancer - A new Virtual Manager experience
Pobierz pliki rozszerzeń VMEnhancer - A new Virtual Manager experience w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        Share your scout report by 1 click, see if your player is affected by the 15%-rule and calculate a players potential, reset your tactic with 1 click and see your winning probability(And more!)                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | mbpaopmgmhnnnjhickacklkgogiikblf | 
| Oficjalny URL | https://chromewebstore.google.com/detail/vmenhancer-a-new-virtual/mbpaopmgmhnnnjhickacklkgogiikblf | 
| Opis | Upload your scout report by 1 click, see if your player is affected by the 15%-rule and calculate a players potential. | 
| Rozmiar pliku | 232 KB | 
| Liczba instalacji | 1,585 | 
| Aktualna Wersja | 1.6.3.4 | 
| Ostatnia Aktualizacja | 2024-01-30 | 
| Data Publikacji | 2020-04-21 | 
| Ocena | 5.00/5 Łącznie 11 Oceny | 
| Deweloper | VMEnhancer | 
| [email protected] | |
| Typ Płatności | free | 
| Strona Rozszerzenia | https://www.virtualmanager.com/forums/en/vme-virtual-manager-enhancer | 
| Adres URL Strony Pomocy | https://www.virtualmanager.com/forums/topics/1177049 | 
| Obsługiwane Języki | en,da | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_application_title__",
    "description": "__MSG_application_description__",
    "version": "1.6.3.4",
    "default_locale": "en",
    "action": [],
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "css\/*",
                "html\/*",
                "exercises\/*"
            ],
            "matches": [
                "https:\/\/www.virtualmanager.com\/*"
            ]
        }
    ],
    "options_page": "options\/options.html",
    "externally_connectable": {
        "matches": [
            "*:\/\/www.virtualmanager.com\/new_scout_reports\/*"
        ]
    },
    "icons": {
        "128": "img\/logo128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/www.virtualmanager.com\/new_scout_reports\/*"
            ],
            "exclude_matches": [
                "https:\/\/www.virtualmanager.com\/new_scout_reports\/new*",
                "https:\/\/www.virtualmanager.com\/new_scout_reports",
                "https:\/\/www.virtualmanager.com\/new_scout_reports\/scout_club\/*"
            ],
            "js": [
                "js\/jquery-latest.min.js",
                "js\/html2canvas.js",
                "js\/canvas2image.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.virtualmanager.com\/auctions*",
                "https:\/\/www.virtualmanager.com\/transfer_listings*",
                "https:\/\/www.virtualmanager.com\/free_transfer_listings*",
                "https:\/\/www.virtualmanager.com\/player_bids*",
                "https:\/\/www.virtualmanager.com\/shortlist*",
                "https:\/\/www.virtualmanager.com\/new_scout_reports*",
                "https:\/\/www.virtualmanager.com\/player_transfers*"
            ],
            "js": [
                "js\/jquery-latest.min.js",
                "vme-market.js",
                "js\/dataTables\/jquery.dataTables.min.js"
            ],
            "css": [
                "css\/vme-market.css",
                "css\/dataTables\/jquery.dataTables.min.css",
                "css\/vme-p-i.css"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.virtualmanager.com\/new_scout_reports\/*"
            ],
            "exclude_matches": [
                "https:\/\/www.virtualmanager.com\/new_scout_reports\/new*",
                "https:\/\/www.virtualmanager.com\/new_scout_reports",
                "https:\/\/www.virtualmanager.com\/new_scout_reports\/scout_club\/*"
            ],
            "js": [
                "js\/jquery-latest.min.js",
                "vme-t.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.virtualmanager.com\/players\/*-*",
                "https:\/\/www.virtualmanager.com\/*\/players\/*-*"
            ],
            "exclude_matches": [
                "https:\/\/www.virtualmanager.com\/players",
                "https:\/\/www.virtualmanager.com\/players\/*-*\/*"
            ],
            "js": [
                "js\/jquery-latest.min.js",
                "vme-p.js"
            ],
            "css": [
                "css\/vme-p.css"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.virtualmanager.com\/players\/*-*\/training"
            ],
            "js": [
                "js\/jquery-latest.min.js",
                "vme-p-t.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.virtualmanager.com\/new_tactics\/*\/edit*"
            ],
            "js": [
                "js\/jquery-latest.min.js",
                "vme-tactic.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.virtualmanager.com\/new_matches\/*\/tactics"
            ],
            "js": [
                "js\/jquery-latest.min.js",
                "vme-optakt.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.virtualmanager.com\/new_matches\/*"
            ],
            "exclude_matches": [
                "https:\/\/www.virtualmanager.com\/new_matches\/*\/tactics"
            ],
            "js": [
                "js\/jquery-latest.min.js",
                "vme-summary.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.virtualmanager.com\/players\/*-*\/interest"
            ],
            "js": [
                "js\/jquery-latest.min.js",
                "vme-p-i.js"
            ],
            "css": [
                "css\/vme-p-i.css"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.virtualmanager.com\/players\/*-*\/mood"
            ],
            "js": [
                "vme-p-m.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.virtualmanager.com\/youth_squad"
            ],
            "js": [
                "js\/jquery-latest.min.js",
                "vme-y.js"
            ]
        }
    ]
}  |  |