Surviv.io Pointer
Chrome extension to change the cursor in surviv.io from the crosshair to the pointer cursor. More info, attributions and change…
Apa itu Surviv.io Pointer?
Surviv.io Pointer adalah ekstensi Chrome yang dikembangkan oleh devchris314159, dan fitur utamanya adalah "Chrome extension to change the cursor in surviv.io from the crosshair to the pointer cursor. More info, attributions and change…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Surviv.io Pointer
Unduh file ekstensi Surviv.io Pointer 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
Chrome extension to change the cursor in surviv.io from the crosshair to the pointer cursor. More info, attributions and change notes on the github repo: https://github.com/grabc59/surviv-io-pointer-extension
Informasi Dasar Ekstensi
Nama | |
ID | lngekiocifaldnomhioeklpbejcgdfaa |
URL Resmi | https://chrome.google.com/webstore/detail/survivio-pointer/lngekiocifaldnomhioeklpbejcgdfaa |
Deskripsi | Chrome extension to change the cursor in surviv.io from the crosshair to the pointer cursor. More info, attributions and change… |
Ukuran File | 66.34 KB |
Jumlah Instalasi | 760 |
Versi Saat Ini | 0.4 |
Terakhir Diperbarui | 2018-09-03 |
Tanggal Publikasi | 2018-09-03 |
Penilaian | 3.64/5 Total 22 Penilaian |
Pengembang | devchris314159 |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Surviv.io Pointer", "version": "0.4", "browser_action": { "default_icon": "radioactive.png" }, "content_scripts": [ { "matches": [ "*:\/\/surviv.io\/*", "*:\/\/surviv2.io\/*", "*:\/\/surviv2.io\/*", "*:\/\/2dbattleroyale.com\/*", "*:\/\/2dbattleroyale.com\/*" ], "js": [ "jquery-3.3.1.min.js", "content.js" ] } ], "background": { "scripts": [ "background.js" ] } } |