FIFA 18 FB
FIFA 18 includes videos, photos, news about football game FIFA 18.
什么是FIFA 18 FB?
FIFA 18 FB是由better4apps开发的Chrome扩展程序,该扩展的主要功能是“FIFA 18 includes videos, photos, news about football game FIFA 18.”。
扩展截图
下载FIFA 18 FB扩展crx文件
下载FIFA 18 FB扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
FIFA 18 FB includes videos, photos, news about sport game FIFA 18. All for football fans in one application!
扩展基本信息
名称 | FIFA 18 FB |
ID | cffhcidaacfnglcaaegjfbbcccgappfb |
官方URL | https://chromewebstore.google.com/detail/fifa-18-fb/cffhcidaacfnglcaaegjfbbcccgappfb |
简介 | FIFA 18 includes videos, photos, news about football game FIFA 18. |
文件大小 | 93.86 KB |
安装次数 | 1,646 |
当前版本 | 1.2.1 |
更新时间 | 2019-02-01 |
上架时间 | 2019-02-01 |
评分 | 4.36/5 共92次评分 |
开发者 | better4apps |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FIFA 18 FB", "description": "FIFA 18 includes videos, photos, news about football game FIFA 18.", "version": "1.2.1", "background": { "scripts": [ "jquery.js", "background.js" ] }, "manifest_version": 2, "browser_action": { "default_icon": "img_sep\/ico_19.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "48": "img_sep\/ico_48.png" } } |