Surviv.io Cheat Injector
Provides an assortment of cheats for surviv.io
什么是Surviv.io Cheat Injector?
Surviv.io Cheat Injector是由kyrinelder开发的Chrome扩展程序,该扩展的主要功能是“Provides an assortment of cheats for surviv.io”。
扩展截图
下载Surviv.io Cheat Injector扩展crx文件
下载Surviv.io Cheat Injector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
fun on games to wreck kids 扩展基本信息
| 名称 | |
| ID | bckackfciojmolehkolpofolklgedpkg |
| 官方URL | https://chrome.google.com/webstore/detail/survivio-cheat-injector/bckackfciojmolehkolpofolklgedpkg |
| 简介 | Provides an assortment of cheats for surviv.io |
| 文件大小 | 961 KB |
| 安装次数 | 534 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2020-04-05 |
| 上架时间 | 2020-04-03 |
| 评分 | 1.85/5 共13次评分 |
| 开发者 | kyrinelder |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | 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"
]
}
]
} | |