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 to jest Slither.io Exclusive - Get New Features?

Slither.io Exclusive - Get New Features to rozszerzenie Chrome opracowane przez kodiman223, a jego główną funkcją jest „Enjoy slither.io new features! This extension remembers your nickname, lets you see other snakes' sizes during the game and more!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Slither.io Exclusive - Get New Features

Pobierz pliki rozszerzeń Slither.io Exclusive - Get New Features 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

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Slither.io Exclusive - Get New Features Slither.io Exclusive - Get New Features
ID foigpdheanhpdikafahciabdjhaognmo
Oficjalny URL https://chromewebstore.google.com/detail/slitherio-exclusive-get-n/foigpdheanhpdikafahciabdjhaognmo
Opis Enjoy slither.io new features! This extension remembers your nickname, lets you see other snakes' sizes during the game and more!
Rozmiar pliku 37.91 KB
Liczba instalacji 6,308
Aktualna Wersja 1.0.5
Ostatnia Aktualizacja 2019-02-06
Data Publikacji 2019-02-06
Ocena 5.00/5 Łącznie 8 Oceny
Deweloper kodiman223
Typ Płatności free
Obsługiwane Języki 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"
    ]
}