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 |
Eメール | [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" ] } ] } |