FUTBIN Updater
FUTBIN Lowest BIN Updater
什么是FUTBIN Updater?
FUTBIN Updater是由FUTBIN开发的Chrome扩展程序,该扩展的主要功能是“FUTBIN Lowest BIN Updater”。
扩展截图
下载FUTBIN Updater扩展crx文件
下载FUTBIN Updater扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
FUTBIN Updater lets you help the FUTBIN community by checking player prices on FIFA Ultimate Team Webapp and send these results to FUTBIN.
Every price update gives 1 FUTBIN credit.
FUTBIN Credits can be used for FUTBIN Club Import and FUTBIN Club Analyzer 扩展基本信息
| 名称 | |
| ID | beejegoimbgpafoobegjmhjnehlmnbcn |
| 官方URL | https://chromewebstore.google.com/detail/futbin-updater/beejegoimbgpafoobegjmhjnehlmnbcn |
| 简介 | FUTBIN Lowest BIN Updater |
| 文件大小 | 86.33 KB |
| 安装次数 | 55,472 |
| 当前版本 | 1.0.8 |
| 更新时间 | 2020-10-03 |
| 上架时间 | 2020-06-07 |
| 评分 | 2.28/5 共123次评分 |
| 开发者 | FUTBIN |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.futbin.com/updater |
| 帮助页面URL | https://www.futbin.com/updater/faq |
| 隐私政策页面URL | https://www.futbin.com/privacy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "FUTBIN Updater",
"description": "FUTBIN Lowest BIN Updater",
"version": "1.0.8",
"manifest_version": 2,
"background": {
"page": "background\/background.html",
"persistent": true
},
"browser_action": {
"default_icon": {
"128": "icons\/inactive_logo.png"
},
"default_title": "FUTBIN Updater",
"default_popup": "popup\/popup.html"
},
"icons": {
"128": "icons\/futbin_ext_icon.png",
"48": "icons\/futbin_ext_icon_48.png",
"16": "icons\/futbin_ext_icon_16.png"
},
"web_accessible_resources": [
"content\/hook.js"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.futbin.com\/updater*"
],
"js": [
"content\/futbin_content.js"
],
"run_at": "document_end"
},
{
"matches": [
"https:\/\/www.ea.com\/*fifa\/ultimate-team\/web-app\/*"
],
"js": [
"content\/proxy.js",
"content\/load_hook.js",
"content\/ea_content.js"
],
"run_at": "document_start"
}
],
"permissions": [
"https:\/\/www.futbin.com\/*",
"notifications",
"storage"
],
"content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/www.googleapis.com; object-src 'self'"
} | |