Slither.io Low Quality Mode

Restores low quality graphics mode that was previously available.

What is Slither.io Low Quality Mode?

Slither.io Low Quality Mode is a Chrome extension developed by AI-108, and its main feature is "Restores low quality graphics mode that was previously available.".

Extension Screenshots

screenshot

Download Slither.io Low Quality Mode Extension CRX File

Download Slither.io Low Quality Mode 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

                        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.                    

Extension Basic Information

Name Slither.io Low Quality Mode Slither.io Low Quality Mode
ID baefbacdcefnajafanllmahkmpbeblml
Official URL https://chrome.google.com/webstore/detail/slitherio-low-quality-mod/baefbacdcefnajafanllmahkmpbeblml
Description Restores low quality graphics mode that was previously available.
File Size 82.09 KB
Installation Count 570
Current Version 0.0.1
Last Updated 2019-03-05
Publish Date 2019-03-05
Rating 3.67/5 Total 3 Ratings
Developer AI-108
Payment Type free
Supported Languages 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"
    ]
}