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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Restores low quality graphics mode that was previously available."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Slither.io Low Quality Mode एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}