Surviv.io Cheat Injector
Provides an assortment of cheats for surviv.io
Surviv.io Cheat Injectorคืออะไร?
Surviv.io Cheat Injector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://yyuire.blogspot.com และคุณลักษณะหลักของมันคือ "Provides an assortment of cheats for surviv.io"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Surviv.io Cheat Injector
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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" } ] } |