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!

What is Slither.io Exclusive - Get New Features?

Slither.io Exclusive - Get New Features is a Chrome extension developed by kodiman223, and its main feature is "Enjoy slither.io new features! This extension remembers your nickname, lets you see other snakes' sizes during the game and more!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Slither.io Exclusive - Get New Features Extension CRX File

Download Slither.io Exclusive - Get New Features extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Slither.io Exclusive - Get New Features Slither.io Exclusive - Get New Features
ID foigpdheanhpdikafahciabdjhaognmo
Official URL https://chromewebstore.google.com/detail/slitherio-exclusive-get-n/foigpdheanhpdikafahciabdjhaognmo
Description Enjoy slither.io new features! This extension remembers your nickname, lets you see other snakes' sizes during the game and more!
File Size 37.91 KB
Installation Count 6,308
Current Version 1.0.5
Last Updated 2019-02-06
Publish Date 2019-02-06
Rating 5.00/5 Total 8 Ratings
Developer kodiman223
Payment Type free
Supported Languages 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"
    ]
}