ESPN Fanduel
Show Fanduel points in ESPN boxscores
Apa itu ESPN Fanduel?
ESPN Fanduel adalah ekstensi Chrome yang dikembangkan oleh Justin D, dan fitur utamanya adalah "Show Fanduel points in ESPN boxscores".
Unduh Berkas CRX Ekstensi ESPN Fanduel
Unduh file ekstensi ESPN Fanduel dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Show's Fanduel points in the tables of an ESPN boxscore
Informasi Dasar Ekstensi
Nama | ![]() |
ID | andjabhnjofjefgcocbmcmdfgojbafgn |
URL Resmi | https://chrome.google.com/webstore/detail/espn-fanduel/andjabhnjofjefgcocbmcmdfgojbafgn |
Deskripsi | Show Fanduel points in ESPN boxscores |
Ukuran File | 50.99 KB |
Jumlah Instalasi | 18 |
Versi Saat Ini | 0.0.5 |
Terakhir Diperbarui | 2016-03-10 |
Tanggal Publikasi | 2016-03-10 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | Justin D |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |