Slither.io Exclusive - Get New Features

Enjoy slither.io new features! This extension remembers your nickname, lets you see other snakes' sizes during the game and more!

Slither.io Exclusive - Get New Featuresคืออะไร?

Slither.io Exclusive - Get New Features เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kodiman223 และคุณลักษณะหลักของมันคือ "Enjoy slither.io new features! This extension remembers your nickname, lets you see other snakes' sizes during the game and more!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Slither.io Exclusive - Get New Features

ดาวน์โหลดไฟล์ส่วนขยาย Slither.io Exclusive - Get New Features ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Features:

1. Remembers your name through refreshes.
2. Enables you to see other players' lengths.
3. Alerts you of snakes that are near you but which are out of view.
4. Lets you see how long have you been playing in a single game.

You may edit some of the settings to your pleasing.

Additional features or changes may be coming up!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Slither.io Exclusive - Get New Features Slither.io Exclusive - Get New Features
ID foigpdheanhpdikafahciabdjhaognmo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/slitherio-exclusive-get-n/foigpdheanhpdikafahciabdjhaognmo
คำอธิบาย Enjoy slither.io new features! This extension remembers your nickname, lets you see other snakes' sizes during the game and more!
ขนาดไฟล์ 37.91 KB
จำนวนการติดตั้ง 6,308
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2019-02-06
วันที่เผยแพร่ 2019-02-06
คะแนน 5.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา kodiman223
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Slither.io Exclusive - Get New Features",
    "version": "1.0.5",
    "description": "Enjoy slither.io new features! This extension remembers your nickname, lets you see other snakes' sizes during the game and more!",
    "author": "xcodder",
    "browser_action": {
        "default_title": "Slither.io Exclusive",
        "default_popup": "action.html"
    },
    "icons": {
        "48": "imgs\/48.png",
        "128": "imgs\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/slither.io\/*"
            ],
            "run_at": "document_end",
            "js": [
                "content-script.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}