ESPN Fanduel
Show Fanduel points in ESPN boxscores
什么是ESPN Fanduel?
ESPN Fanduel是由Justin D开发的Chrome扩展程序,该扩展的主要功能是“Show Fanduel points in ESPN boxscores”。
下载ESPN Fanduel扩展crx文件
下载ESPN Fanduel扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Show's Fanduel points in the tables of an ESPN boxscore
扩展基本信息
名称 | ![]() |
ID | andjabhnjofjefgcocbmcmdfgojbafgn |
官方URL | https://chrome.google.com/webstore/detail/espn-fanduel/andjabhnjofjefgcocbmcmdfgojbafgn |
简介 | Show Fanduel points in ESPN boxscores |
文件大小 | 50.99 KB |
安装次数 | 18 |
当前版本 | 0.0.5 |
更新时间 | 2016-03-10 |
上架时间 | 2016-03-10 |
评分 | 1.00/5 共1次评分 |
开发者 | Justin D |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ESPN Fanduel", "description": "Show Fanduel points in ESPN boxscores", "version": "0.0.5", "icons": { "128": "large.png" }, "content_scripts": [ { "matches": [ "http:\/\/scores.espn.go.com\/ncb\/*", "https:\/\/scores.espn.go.com\/ncb\/*", "http:\/\/espn.go.com\/mens-college-basketball\/*", "https:\/\/espn.go.com\/mens-college-basketball\/*", "http:\/\/espn.go.com\/ncb\/*", "https:\/\/espn.go.com\/ncb\/*" ], "js": [ "jquery-2.0.3.min.js", "fanduel.js" ] } ], "web_accessible_resources": [ "jquery-2.0.3.min.map" ] } |