Slither.io Low Quality Mode

Restores low quality graphics mode that was previously available.

Co to jest Slither.io Low Quality Mode?

Slither.io Low Quality Mode to rozszerzenie Chrome opracowane przez AI-108, a jego główną funkcją jest „Restores low quality graphics mode that was previously available.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Slither.io Low Quality Mode

Pobierz pliki rozszerzeń Slither.io Low Quality Mode w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Slither.io Low Quality Mode Slither.io Low Quality Mode
ID baefbacdcefnajafanllmahkmpbeblml
Oficjalny URL https://chrome.google.com/webstore/detail/slitherio-low-quality-mod/baefbacdcefnajafanllmahkmpbeblml
Opis Restores low quality graphics mode that was previously available.
Rozmiar pliku 82.09 KB
Liczba instalacji 570
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2019-03-05
Data Publikacji 2019-03-05
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper AI-108
Typ Płatności free
Obsługiwane Języki 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"
    ]
}