Surviv.io Cheat Injector
Provides an assortment of cheats for surviv.io
Vad är Surviv.io Cheat Injector?
Surviv.io Cheat Injector är en Chrome-tillägg utvecklad av http://yyuire.blogspot.com, och dess huvudfunktion är "Provides an assortment of cheats for surviv.io".
Tilläggsskärmbilder
Ladda ner Surviv.io Cheat Injector-förlängningens CRX-fil
Ladda ner Surviv.io Cheat Injector-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | dakcdemggpelhcfbjdcfnlhdapkipeed |
| Officiell webbadress | https://chrome.google.com/webstore/detail/survivio-cheat-injector/dakcdemggpelhcfbjdcfnlhdapkipeed |
| Beskrivning | Provides an assortment of cheats for surviv.io |
| Filstorlek | 463 KB |
| Antal Installationer | 287 |
| Aktuell Version | 2.1.3 |
| Senast Uppdaterad | 2020-05-21 |
| Publiceringsdatum | 2020-05-21 |
| Betyg | 2.79/5 Totalt 14 Betyg |
| Utvecklare | http://yyuire.blogspot.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://surviv.io/ |
| Hjälpsida URL | http://security-cyber.mozello.com/ |
| Stödda Språk | 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"
}
]
} | |