Surviv.io Cheat Injector
Provides an assortment of cheats for surviv.io
什麼是Surviv.io Cheat Injector?
Surviv.io Cheat Injector是由http://yyuire.blogspot.com開發的Chrome擴展程式,該擴展的主要功能是“Provides an assortment of cheats for surviv.io”。
擴展截圖
下載Surviv.io Cheat Injector擴展crx文件
下載Surviv.io Cheat Injector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Puedes hacer 20kills en www.surviv.io sin hacer nada cuando quieras y cuando puedas si te gusta la app descrieb en el comment
擴展基本資訊
名稱 | ![]() |
ID | dakcdemggpelhcfbjdcfnlhdapkipeed |
官方網址 | https://chrome.google.com/webstore/detail/survivio-cheat-injector/dakcdemggpelhcfbjdcfnlhdapkipeed |
簡介 | Provides an assortment of cheats for surviv.io |
檔案大小 | 463 KB |
安裝次數 | 287 |
目前版本 | 2.1.3 |
更新時間 | 2020-05-21 |
上架時間 | 2020-05-21 |
評分 | 2.79/5 共 14 次評分 |
開發者 | http://yyuire.blogspot.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://surviv.io/ |
說明頁面URL | http://security-cyber.mozello.com/ |
支援的語言 | 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" } ] } |