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!

Cos'è Slither.io Exclusive - Get New Features?

Slither.io Exclusive - Get New Features è un'estensione di Chrome sviluppata da kodiman223, e la sua funzione principale è "Enjoy slither.io new features! This extension remembers your nickname, lets you see other snakes' sizes during the game and more!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Slither.io Exclusive - Get New Features

Scarica i file di estensione Slither.io Exclusive - Get New Features 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

                        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!                    

Informazioni di Base sull'Estensione

Nome Slither.io Exclusive - Get New Features Slither.io Exclusive - Get New Features
ID foigpdheanhpdikafahciabdjhaognmo
URL Ufficiale https://chromewebstore.google.com/detail/slitherio-exclusive-get-n/foigpdheanhpdikafahciabdjhaognmo
Descrizione Enjoy slither.io new features! This extension remembers your nickname, lets you see other snakes' sizes during the game and more!
Dimensione del File 37.91 KB
Conteggio Installazioni 6,308
Versione Corrente 1.0.5
Ultimo Aggiornamento 2019-02-06
Data di Pubblicazione 2019-02-06
Valutazione 5.00/5 Totale 8 Valutazioni
Sviluppatore kodiman223
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}