FUT Helper
This extension helps to buy and sell FUT cards in the FUT web application much easier using the keyboard First set appropriate…
什么是FUT Helper?
FUT Helper是由p.mykhailov开发的Chrome扩展程序,该扩展的主要功能是“This extension helps to buy and sell FUT cards in the FUT web application much easier using the keyboard First set appropriate…”。
扩展截图
下载FUT Helper扩展crx文件
下载FUT Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension helps to buy and sell FUT cards in the FUT web application much easier using the keyboard First set appropriate convinient keys and then use keyboard instead of mouse
扩展基本信息
名称 | |
ID | icdicpefgeajbmigaodojedcdljlnkln |
官方URL | https://chrome.google.com/webstore/detail/fut-helper/icdicpefgeajbmigaodojedcdljlnkln |
简介 | This extension helps to buy and sell FUT cards in the FUT web application much easier using the keyboard First set appropriate… |
文件大小 | 7.68 KB |
安装次数 | 67 |
当前版本 | 1.1.4 |
更新时间 | 2022-02-01 |
上架时间 | 2019-11-12 |
评分 | 3.00/5 共2次评分 |
开发者 | p.mykhailov |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FUT Helper", "short_name": "FH", "version": "1.1.4", "content_scripts": [ { "matches": [ "*:\/\/www.easports.com\/fifa\/ultimate-team\/web-app\/*", "*:\/\/www.ea.com\/fifa\/ultimate-team\/web-app\/*" ], "js": [ "content.js" ], "css": [] } ], "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "tabs", "storage" ], "icons": { "16": "icon.png", "48": "icon.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [], "browser_action": { "default_title": "FUT Helper", "default_popup": "popup.html" } } |