Frontier Slither

Cutting-edge slither.io MOD for playing more comfortably.

Frontier Slither là gì?

Frontier Slither là một tiện ích mở rộng Chrome được phát triển bởi saya, và tính năng chính của nó là "Cutting-edge slither.io MOD for playing more comfortably.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Frontier Slither

Tải xuống các tệp mở rộng Frontier Slither 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

                        Frontier Slither is a slither.io MOD that makes more fun to play.
Anyone, from beginners to professional players, can play.

----------------------------------------------------------

Main features:

* Party - You can always create a group to play with your friends.
* Improved Championship Edition (Circle Bot available)
* Auto coiling - Disable the mouse move and automatically Coiling. If you want to stay small on the spot temporarily, this is recommended instead of Bot.
* Build Slither Plus - A tool that allows you to create and edit custom skins more conveniently.
* Zoom Smoothing - You can smoothly change the field of view size when zooming.
* Various graphic settings for improved FPS and visibility. For example, you can disable the effects of snake acceleration and death.
* Mini-map and Leaderboard resizing.
* Kills counter.
* Server ping measurement.
* Border assist.
* Playtime display.
* Cosmetic support.
* Custom tags.
* Save multiple custom skins.
* Language switching feature (English and Japanese are supported).

----------------------------------------------------------

v5.3.0
- Improved server list contents and active determination mechanism.
- Only active servers are now included in the ping (communication speed) measurement.
- Unofficial servers are now also displayed in the list.
- Official servers are now identified by a check mark.
- Removed display of server city name.
- Added social media icons.
- Carousel slider is now used when Select Tags.
- Adjusted settings preview to start closer to the wall.
- Changed so that all cosmetics are opened by default. The settings item `Force unlock the cosmetics` has been removed accordingly. It is no longer necessary to enter a code to use a cosmetic.
- The display size of the bait in the game is now scaled according to the zoom level. It will not scale when `Simplify foods` is enabled.
- A close button has been added to the party window.
- Removed the notification dialog about the mimibro renewal.
- Fixed issue with cosmetics not being displayed on some unofficial servers.
- Fixed the logic of bot behavior.
- Fixed several other bugs.                    

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

Tên Frontier Slither Frontier Slither
ID jkfiikecahagonfbnjfhjphocjlaacmc
URL Chính Thức https://chromewebstore.google.com/detail/frontier-slither/jkfiikecahagonfbnjfhjphocjlaacmc
Mô tả Cutting-edge slither.io MOD for playing more comfortably.
Kích Thước Tệp 7.81 MB
Số Lần Cài Đặt 10,928
Phiên Bản Hiện Tại 5.3.2
Cập Nhật Lần Cuối 2024-02-29
Ngày Phát Hành 2020-07-04
Đánh Giá 3.92/5 Tổng số 38 Đánh Giá
Nhà Phát Triển saya
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://slither-io.jp/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Frontier Slither",
    "description": "Cutting-edge slither.io MOD for playing more comfortably.",
    "version": "5.3.2",
    "author": "saya",
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options\/options.html",
    "action": {
        "default_popup": "..\/popup\/popup.html",
        "default_title": "Frontier Slither"
    },
    "content_scripts": [
        {
            "js": [
                "inject.js"
            ],
            "matches": [
                "*:\/\/slither.io\/*"
            ],
            "all_frames": false,
            "run_at": "document_start"
        }
    ],
    "content_security_policy": {
        "script-src": "'self'",
        "object-src": "'self'"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "permissions": [
        "declarativeNetRequest",
        "storage",
        "management"
    ],
    "optional_permissions": [],
    "host_permissions": [
        "*:\/\/slither.io\/"
    ],
    "icons": {
        "128": "assets\/images\/icon_128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.js",
                "*.css",
                "*.json",
                "*.png",
                "*.webp",
                "*.svg"
            ],
            "matches": [
                "*:\/\/slither.io\/*"
            ]
        }
    ],
    "minimum_chrome_version": "88"
}