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