Slither.io Exclusive - Get New Features

Enjoy slither.io new features! This extension remembers your nickname, lets you see other snakes' sizes during the game and more!

Co je Slither.io Exclusive - Get New Features?

Slither.io Exclusive - Get New Features je rozšíření Chrome vyvinuté kodiman223, a jeho hlavní funkcí je „Enjoy slither.io new features! This extension remembers your nickname, lets you see other snakes' sizes during the game and more!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Slither.io Exclusive - Get New Features

Stáhněte si soubory rozšíření Slither.io Exclusive - Get New Features ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Features:

1. Remembers your name through refreshes.
2. Enables you to see other players' lengths.
3. Alerts you of snakes that are near you but which are out of view.
4. Lets you see how long have you been playing in a single game.

You may edit some of the settings to your pleasing.

Additional features or changes may be coming up!                    

Základní Informace o Rozšíření

Název Slither.io Exclusive - Get New Features Slither.io Exclusive - Get New Features
ID foigpdheanhpdikafahciabdjhaognmo
Oficiální URL https://chromewebstore.google.com/detail/slitherio-exclusive-get-n/foigpdheanhpdikafahciabdjhaognmo
Popis Enjoy slither.io new features! This extension remembers your nickname, lets you see other snakes' sizes during the game and more!
Velikost souboru 37.91 KB
Počet instalací 6,308
Aktuální Verze 1.0.5
Poslední Aktualizace 2019-02-06
Datum Vydání 2019-02-06
Hodnocení 5.00/5 Celkem 8 Hodnocení
Vývojář kodiman223
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Slither.io Exclusive - Get New Features",
    "version": "1.0.5",
    "description": "Enjoy slither.io new features! This extension remembers your nickname, lets you see other snakes' sizes during the game and more!",
    "author": "xcodder",
    "browser_action": {
        "default_title": "Slither.io Exclusive",
        "default_popup": "action.html"
    },
    "icons": {
        "48": "imgs\/48.png",
        "128": "imgs\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/slither.io\/*"
            ],
            "run_at": "document_end",
            "js": [
                "content-script.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}