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!

什么是Slither.io Exclusive - Get New Features?

Slither.io Exclusive - Get New Features是由kodiman223开发的Chrome扩展程序,该扩展的主要功能是“Enjoy slither.io new features! This extension remembers your nickname, lets you see other snakes' sizes during the game and more!”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Slither.io Exclusive - Get New Features扩展crx文件

下载Slither.io Exclusive - Get New Features扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Slither.io Exclusive - Get New Features Slither.io Exclusive - Get New Features
ID foigpdheanhpdikafahciabdjhaognmo
官方URL https://chromewebstore.google.com/detail/slitherio-exclusive-get-n/foigpdheanhpdikafahciabdjhaognmo
简介 Enjoy slither.io new features! This extension remembers your nickname, lets you see other snakes' sizes during the game and more!
文件大小 37.91 KB
安装次数 6,308
当前版本 1.0.5
更新时间 2019-02-06
上架时间 2019-02-06
评分 5.00/5 共8次评分
开发者 kodiman223
付费类型 free
支持的语言 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"
    ]
}