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!

Apa itu Slither.io Exclusive - Get New Features?

Slither.io Exclusive - Get New Features adalah ekstensi Chrome yang dikembangkan oleh kodiman223, dan fitur utamanya adalah "Enjoy slither.io new features! This extension remembers your nickname, lets you see other snakes' sizes during the game and more!".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Slither.io Exclusive - Get New Features

Unduh file ekstensi Slither.io Exclusive - Get New Features dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Slither.io Exclusive - Get New Features Slither.io Exclusive - Get New Features
ID foigpdheanhpdikafahciabdjhaognmo
URL Resmi https://chromewebstore.google.com/detail/slitherio-exclusive-get-n/foigpdheanhpdikafahciabdjhaognmo
Deskripsi Enjoy slither.io new features! This extension remembers your nickname, lets you see other snakes' sizes during the game and more!
Ukuran File 37.91 KB
Jumlah Instalasi 6,308
Versi Saat Ini 1.0.5
Terakhir Diperbarui 2019-02-06
Tanggal Publikasi 2019-02-06
Penilaian 5.00/5 Total 8 Penilaian
Pengembang kodiman223
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}