Surviv.io Cheat Injector
Provides an assortment of cheats for surviv.io
Cos'è Surviv.io Cheat Injector?
Surviv.io Cheat Injector è un'estensione di Chrome sviluppata da kyrinelder, e la sua funzione principale è "Provides an assortment of cheats for surviv.io".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Surviv.io Cheat Injector
Scarica i file di estensione Surviv.io Cheat Injector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
fun on games to wreck kids
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | bckackfciojmolehkolpofolklgedpkg |
URL Ufficiale | https://chrome.google.com/webstore/detail/survivio-cheat-injector/bckackfciojmolehkolpofolklgedpkg |
Descrizione | Provides an assortment of cheats for surviv.io |
Dimensione del File | 961 KB |
Conteggio Installazioni | 534 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2020-04-05 |
Data di Pubblicazione | 2020-04-03 |
Valutazione | 1.85/5 Totale 13 Valutazioni |
Sviluppatore | kyrinelder |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |