Surviv.io Cheat Injector
Provides an assortment of cheats for surviv.io
Apa itu Surviv.io Cheat Injector?
Surviv.io Cheat Injector adalah ekstensi Chrome yang dikembangkan oleh kyrinelder, dan fitur utamanya adalah "Provides an assortment of cheats for surviv.io".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Surviv.io Cheat Injector
Unduh file ekstensi Surviv.io Cheat Injector 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
fun on games to wreck kids
Informasi Dasar Ekstensi
Nama | ![]() |
ID | bckackfciojmolehkolpofolklgedpkg |
URL Resmi | https://chrome.google.com/webstore/detail/survivio-cheat-injector/bckackfciojmolehkolpofolklgedpkg |
Deskripsi | Provides an assortment of cheats for surviv.io |
Ukuran File | 961 KB |
Jumlah Instalasi | 534 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2020-04-05 |
Tanggal Publikasi | 2020-04-03 |
Penilaian | 1.85/5 Total 13 Penilaian |
Pengembang | kyrinelder |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Surviv.io Cheat Injector", "version": "1.0.0", "description": "Provides an assortment of cheats for surviv.io", "manifest_version": 2, "permissions": [ "webRequest", "*:\/\/*\/*", "webRequestBlocking", "tabs", "declarativeContent", "activeTab" ], "externally_connectable": { "matches": [ "*:\/\/surviv.io\/*" ] }, "icons": { "128": ".\/files\/ice.png" }, "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "files\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "content_scripts": [ { "matches": [ "*:\/\/surviv.io\/*" ], "js": [ "content.js" ] } ] } |