Surviv.io Cheat Injector
Provides an assortment of cheats for surviv.io
Hvad er Surviv.io Cheat Injector?
Surviv.io Cheat Injector er en Chrome-udvidelse udviklet af http://yyuire.blogspot.com, og dens hovedfunktion er "Provides an assortment of cheats for surviv.io".
Udvidelsesskærmbilleder
Download Surviv.io Cheat Injector-udvidelses-CRX-fil
Download Surviv.io Cheat Injector-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Puedes hacer 20kills en www.surviv.io sin hacer nada cuando quieras y cuando puedas si te gusta la app descrieb en el comment
Grundlæggende oplysninger om udvidelsen
Navn | ![]() |
ID | dakcdemggpelhcfbjdcfnlhdapkipeed |
Officiel URL | https://chrome.google.com/webstore/detail/survivio-cheat-injector/dakcdemggpelhcfbjdcfnlhdapkipeed |
Beskrivelse | Provides an assortment of cheats for surviv.io |
Filstørrelse | 463 KB |
Antal Installationer | 287 |
Nuværende Version | 2.1.3 |
Senest Opdateret | 2020-05-21 |
Udgivelsesdato | 2020-05-21 |
Bedømmelse | 2.79/5 Samlet 14 Bedømmelser |
Udvikler | http://yyuire.blogspot.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://surviv.io/ |
Hjælpeside-URL | http://security-cyber.mozello.com/ |
Understøttede Sprog | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Surviv.io Cheat Injector", "version": "2.1.3", "description": "Provides an assortment of cheats for surviv.io", "manifest_version": 2, "permissions": [ "webRequest", "*:\/\/*\/*", "webRequestBlocking", "tabs", "declarativeContent", "activeTab" ], "externally_connectable": { "matches": [ "*:\/\/surviv.io\/*", "*:\/\/surviv2.io\/*", "*:\/\/2dbattleroyale.com\/*", "*:\/\/2dbattleroyale.org\/*", "*:\/\/piearesquared.info\/*", "*:\/\/thecircleisclosing.com\/*", "*:\/\/secantsecant.com\/*", "*:\/\/parmainitiative.com\/*", "*:\/\/ot38.club\/*", "*:\/\/drchandlertallow.com\/*", "*:\/\/ptr.surviv.io\/*", "*:\/\/iceproxy.herokuapp.com\/*" ] }, "icons": { "128": ".\/file\/ice.png" }, "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "content_scripts": [ { "matches": [ "*:\/\/surviv.io\/*", "*:\/\/surviv2.io\/*", "*:\/\/2dbattleroyale.com\/*", "*:\/\/2dbattleroyale.org\/*", "*:\/\/piearesquared.info\/*", "*:\/\/thecircleisclosing.com\/*", "*:\/\/secantsecant.com\/*", "*:\/\/parmainitiative.com\/*", "*:\/\/ot38.club\/*", "*:\/\/drchandlertallow.com\/*", "*:\/\/ptr.surviv.io\/*", "*:\/\/iceproxy.herokuapp.com\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ] } |