ev client (unsupported)

This is no longer supported. I currently maintain Opticlient.

Vad är ev client (unsupported)?

ev client (unsupported) är en Chrome-tillägg utvecklad av Gama, och dess huvudfunktion är "This is no longer supported. I currently maintain Opticlient.".

Tilläggsskärmbilder

screenshot

Ladda ner ev client (unsupported)-förlängningens CRX-fil

Ladda ner ev client (unsupported)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Features: [21 total]
- Ad blocker
- Disabled CapsLock
- Optimized memory management
- Faster clan deployment
- Fixed resetting settings bug
- The game will no longer ask for permission to close
- Silenced debug messages **(in the console)
- Disabled Sticky Keys during gameplay
- Removed tips
- Removed some menu clutter
- Optimized movement code
- Added a misc comments section to the main menu
- Removed unnecessary HUD keybind displays
- Fixed screen flashing white before a page loads on ev.io
- Play on any map with any game mode
- Submenu: 
- - Mute audio
- - Message keybind
- - Toggle crouch
- - Game repair tools
- - Backup savedata                    

Grundläggande Information om Tillägg

Namn ev client (unsupported) ev client (unsupported)
ID ifoamcioafnhbhakboliekfopmefahip
Officiell webbadress https://chromewebstore.google.com/detail/ev-client-unsupported/ifoamcioafnhbhakboliekfopmefahip
Beskrivning This is no longer supported. I currently maintain Opticlient.
Filstorlek 41.65 KB
Antal Installationer 46
Aktuell Version 4.6.4
Senast Uppdaterad 2023-10-26
Publiceringsdatum 2022-11-08
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Gama
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://docs.google.com/document/d/1zhb9AbuI0kz9yED3M3Jcp2VM_d7SaucPt5wwpJTr4Kg/edit?usp=sharing
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ev client (unsupported)",
    "version": "4.6.4",
    "description": "This is no longer supported. I currently maintain Opticlient.",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/ev.io\/*",
                "https:\/\/ev.io\/*?*",
                "https:\/\/staging.ev.io\/*",
                "https:\/\/staging.ev.io\/*?*"
            ],
            "run_at": "document_start",
            "js": [
                "b.js"
            ]
        },
        {
            "matches": [
                "https:\/\/ev.io\/",
                "https:\/\/ev.io\/?*",
                "https:\/\/staging.ev.io\/",
                "https:\/\/staging.ev.io\/?*"
            ],
            "run_at": "document_start",
            "js": [
                "a.js"
            ]
        }
    ],
    "icons": {
        "16": "i.png",
        "32": "i.png",
        "48": "i.png",
        "128": "i.png"
    }
}