Fantasy Sports Headlines

This extension fetches the latest Rotoworld Headlines (NBA, NFL, MLB, NHL, BPL, PGA)

Fantasy Sports Headlinesคืออะไร?

Fantasy Sports Headlines เป็นส่วนขยายของ Chrome ที่พัฒนาโดย guacamoli และคุณลักษณะหลักของมันคือ "This extension fetches the latest Rotoworld Headlines (NBA, NFL, MLB, NHL, BPL, PGA)"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fantasy Sports Headlines

ดาวน์โหลดไฟล์ส่วนขยาย Fantasy Sports Headlines ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Now includes Premier League and Golf headlines (in addition to Basketball, Football, Baseball, and Hockey)!

Do you play fantasy sports and want to be ahead of everyone else in your league? With this extension, you can make sure that you are the first one to find out about the latest injury reports and last minute DNPs (among other news).

This extension fetches the latest news for NBA, NFL, MLB, NHL, BPL, and PGA right at your fingertips. Just by the click of a button, you will see the latest news for all your favorite sports regardless of what site you are on. The content is pulled directly from Rotoworld.com -- so you know it is the latest and greatest news!

Stop switching back and forth between other tabs (work related, email, etc.) and a Rotoworld tab on your browser -- this extension pulls content directly from Rotoworld into the tab you are on. Not to mention, it quickly hides the content with another click (in case your Boss walks into your office).

The UI is sleek and elegant so it won't make your eyes bleed. You can select 3 of your favorite sports. Additionally, you can change your favorite sports or the order of the tabs under options from the Extension's page. 

IMPORTANT INSTRUCTIONS:
1. After installing this plugin, you have to restart your browser or refresh the web pages that are already open.
2. You have to be on a website for the content to show up (cannot be on a blank chrome page or the extensions page)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Fantasy Sports Headlines Fantasy Sports Headlines
ID kekkejoecjlhoijkdmmfflklikmndmgc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/fantasy-sports-headlines/kekkejoecjlhoijkdmmfflklikmndmgc
คำอธิบาย This extension fetches the latest Rotoworld Headlines (NBA, NFL, MLB, NHL, BPL, PGA)
ขนาดไฟล์ 74.23 KB
จำนวนการติดตั้ง 52
เวอร์ชันปัจจุบัน 1.2.0
อัปเดตครั้งล่าสุด 2015-04-20
วันที่เผยแพร่ 2015-04-20
คะแนน 3.25/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา guacamoli
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fantasy Sports Headlines",
    "version": "1.2.0",
    "manifest_version": 2,
    "description": "This extension fetches the latest Rotoworld Headlines (NBA, NFL, MLB, NHL, BPL, PGA)",
    "homepage_url": "http:\/\/sahilamoli.wordpress.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js",
            "\/js\/jquery\/jquery.min.js",
            "\/js\/jquery\/jquery.xml2json.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon48.png",
        "default_title": "Fantasy Sports Headlines"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "\/src\/content\/content.css"
            ],
            "js": [
                "\/js\/jquery\/jquery.min.js",
                "\/src\/content\/content.js"
            ]
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "background",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}