Slitherio Score Recording

Slither.io score recording and stats score

Apa itu Slitherio Score Recording?

Slitherio Score Recording adalah ekstensi Chrome yang dikembangkan oleh KA MI KA ZE, dan fitur utamanya adalah "Slither.io score recording and stats score".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Slitherio Score Recording

Unduh file ekstensi Slitherio Score Recording 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

                        Slither.io Scoring Mod.

score recording and stats.
view graph and score.
save your score on the server and ranking viewer.

---------------------------------------------
CHANGELOG
---------------------------------------------
v1.3.5:
- bug fix (name disappears when using NTL)

v1.3.4:
- bug fix (delete PNG icon)

v1.3.3:
- bug fix (change PNG icon)

v1.3.2:
- bug fix (get local player rank missing)

v1.3.0:
- added kill counter

v1.2.1:
- bug fix (problems that stop at Respawn)

v1.2.0:
- added view/hide graph (in popup)
- added resize graph (in popup)

v1.1.2:
- bug fix (do not sending data (over 1000 data log))

v1.1.2:
- bug fix (do not sending data (over 1000 data log))

v1.1.1:
- bug fix (Unable to get UUID (only first play))

v1.1.0:
- added popup menu
- added link in popup(mypage and ranking and other)
- graph drag&drop on popup menu

v1.0.0:
- save the score on the server
- event timing balanching

v0.2.50:
- graph drag & drop moving.                    

Informasi Dasar Ekstensi

Nama Slitherio Score Recording Slitherio Score Recording
ID lbdbhhafhkdkmhicidaofeojoahjjgio
URL Resmi https://chromewebstore.google.com/detail/slitherio-score-recording/lbdbhhafhkdkmhicidaofeojoahjjgio
Deskripsi Slither.io score recording and stats score
Ukuran File 62.65 KB
Jumlah Instalasi 1,480
Versi Saat Ini 1.3.5
Terakhir Diperbarui 2020-09-14
Tanggal Publikasi 2018-05-09
Penilaian 4.93/5 Total 14 Penilaian
Pengembang KA MI KA ZE
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon-128.png",
        "default_popup": "popup.html",
        "default_title": "Sample"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "inject.js"
            ],
            "matches": [
                "*:\/\/slither.io\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Slither.io score recording and stats score",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAr4rdfHyafT\/nEsLNxsM2GbFJwGoi1m5LnRRf00fLH2wKiodWXABy4VxRIG3WSt34aO+TMA6W1gy+jmiveen523kWHuBnMCyNlbe91jfBxhEsR+SzSdPG6MYyKQ2WtjtaGOEAJU2EvYNFXE1X9yOaj1C5N84SFH7kwCRTOkMRBAzNniNO5ue+ianzb+N\/A42bVmQfoCCf\/MaKyUckkqg9Uw3h8aoBS1vLOCo67v+bln2U0+xNZQCHGmBYKtjK9Knsvz9eO1bknNlW2g8RVCNMyUGErfgw8H+eKJ8bDreRtGcUv1w8Hvfj3zOdWjWD3JFv\/i\/6cWJbydlogNVLUloJJwIDAQAB",
    "manifest_version": 2,
    "name": "Slitherio Score Recording",
    "permissions": [
        "*:\/\/slither.io\/*",
        "*:\/\/uma-x.jp\/*",
        "webRequest",
        "storage",
        "unlimitedStorage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3.5",
    "web_accessible_resources": [
        "images\/*",
        "score_recording.js",
        "jquery.js",
        "jquery-ui.min.js"
    ]
}