Slither.io Low Quality Mode

Restores low quality graphics mode that was previously available.

什么是Slither.io Low Quality Mode?

Slither.io Low Quality Mode是由AI-108开发的Chrome扩展程序,该扩展的主要功能是“Restores low quality graphics mode that was previously available.”。

扩展截图

screenshot

下载Slither.io Low Quality Mode扩展crx文件

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

扩展使用说明

                        Restores the low quality graphics mode that was previously available. In addition it has more performance improvements and can remember your choice, so when you restart the tab, you won't need to press on the quality mode picker again.                    

扩展基本信息

名称 Slither.io Low Quality Mode Slither.io Low Quality Mode
ID baefbacdcefnajafanllmahkmpbeblml
官方URL https://chrome.google.com/webstore/detail/slitherio-low-quality-mod/baefbacdcefnajafanllmahkmpbeblml
简介 Restores low quality graphics mode that was previously available.
文件大小 82.09 KB
安装次数 570
当前版本 0.0.1
更新时间 2019-03-05
上架时间 2019-03-05
评分 3.67/5 共3次评分
开发者 AI-108
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "0.0.1",
    "short_name": "__MSG_appShortName__",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/slither.io\/"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/highquality.png",
        "images\/lowquality.png",
        "scripts\/windowManipulation.js"
    ]
}