Surviv.io Cheat Injector
Provides an assortment of cheats for surviv.io
Was ist Surviv.io Cheat Injector?
Surviv.io Cheat Injector ist eine Chrome-Erweiterung, die von http://yyuire.blogspot.com entwickelt wurde, und ihr Hauptmerkmal ist "Provides an assortment of cheats for surviv.io".
Erweiterungsscreenshots
Surviv.io Cheat Injector-Erweiterungs-CRX-Datei herunterladen
Laden Sie Surviv.io Cheat Injector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Puedes hacer 20kills en www.surviv.io sin hacer nada cuando quieras y cuando puedas si te gusta la app descrieb en el comment
Grundlegende Informationen zur Erweiterung
Name | ![]() |
ID | dakcdemggpelhcfbjdcfnlhdapkipeed |
Offizielle URL | https://chrome.google.com/webstore/detail/survivio-cheat-injector/dakcdemggpelhcfbjdcfnlhdapkipeed |
Beschreibung | Provides an assortment of cheats for surviv.io |
Dateigröße | 463 KB |
Installationsanzahl | 287 |
Aktuelle Version | 2.1.3 |
Letztes Update | 2020-05-21 |
Veröffentlichungsdatum | 2020-05-21 |
Bewertung | 2.79/5 Insgesamt 14 Bewertungen |
Entwickler | http://yyuire.blogspot.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://surviv.io/ |
Hilfeseite URL | http://security-cyber.mozello.com/ |
Unterstützte Sprachen | 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" } ] } |