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是由FUTUltimateSniper開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載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 |
官方網址 | 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" ] } |