FUT Ultimate Sniper Trading Kit for Android
Trading kit on your phone that helps you gte player prices quickly and list them with no effort
FUT Ultimate Sniper Trading Kit for Androidคืออะไร?
FUT Ultimate Sniper Trading Kit for Android เป็นส่วนขยายของ Chrome ที่พัฒนาโดย FUTUltimateSniper และคุณลักษณะหลักของมันคือ "Trading kit on your phone that helps you gte player prices quickly and list them with no effort"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FUT Ultimate Sniper Trading Kit for Android
ดาวน์โหลดไฟล์ส่วนขยาย FUT Ultimate Sniper Trading Kit for Android ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A program that augments the fifa 21 webapp and helps you snipe the best players for the cheapest prices without touching the keyboard
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | FUT Ultimate Sniper Trading Kit for Android |
ID | iiibfipobpiinhifgobbilpmijinambj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/fut-ultimate-sniper-tradi/iiibfipobpiinhifgobbilpmijinambj |
คำอธิบาย | Trading kit on your phone that helps you gte player prices quickly and list them with no effort |
ขนาดไฟล์ | 653 KB |
จำนวนการติดตั้ง | 869 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2021-06-01 |
วันที่เผยแพร่ | 2021-05-31 |
ผู้พัฒนา | FUTUltimateSniper |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FUT Ultimate Sniper Trading Kit for Android", "description": "Trading kit on your phone that helps you gte player prices quickly and list them with no effort", "version": "1.0.0", "browser_action": { "default_icon": "icon16.png", "default_popup": "master.html" }, "background": { "scripts": [ "js\/eventPage.js" ], "persistent": false }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.ea.com\/*fifa\/ultimate-team\/web-app\/*" ], "js": [ "js\/contentScript.js" ] } ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "permissions": [ "storage", "*:\/\/apisf.futalert.co.uk\/", "*:\/\/*.futultimatesniper.com\/include\/webService.php" ], "web_accessible_resources": [ "futAlert.jpg", "js\/injected.js" ] } |