Slither.io Low Quality Mode

Restores low quality graphics mode that was previously available.

Slither.io Low Quality Mode là gì?

Slither.io Low Quality Mode là một tiện ích mở rộng Chrome được phát triển bởi AI-108, và tính năng chính của nó là "Restores low quality graphics mode that was previously available.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Slither.io Low Quality Mode

Tải xuống các tệp mở rộng Slither.io Low Quality Mode dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Slither.io Low Quality Mode Slither.io Low Quality Mode
ID baefbacdcefnajafanllmahkmpbeblml
URL Chính Thức https://chrome.google.com/webstore/detail/slitherio-low-quality-mod/baefbacdcefnajafanllmahkmpbeblml
Mô tả Restores low quality graphics mode that was previously available.
Kích Thước Tệp 82.09 KB
Số Lần Cài Đặt 570
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2019-03-05
Ngày Phát Hành 2019-03-05
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển AI-108
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}