NBA Fantasy

To have easy access to fantasy player data

NBA Fantasy là gì?

NBA Fantasy là một tiện ích mở rộng Chrome được phát triển bởi frankbi322, và tính năng chính của nó là "To have easy access to fantasy player data".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng NBA Fantasy

Tải xuống các tệp mở rộng NBA Fantasy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Select text and right click to open a context menu to pull up a player's 2016-2017 NBA season stats.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên NBA Fantasy NBA Fantasy
ID mpcaiajpmmiealhpeoipjmkodgijmccm
URL Chính Thức https://chrome.google.com/webstore/detail/nba-fantasy/mpcaiajpmmiealhpeoipjmkodgijmccm
Mô tả To have easy access to fantasy player data
Kích Thước Tệp 201 KB
Số Lần Cài Đặt 12
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2016-12-06
Ngày Phát Hành 2016-12-06
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển frankbi322
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NBA Fantasy",
    "description": "To have easy access to fantasy player data",
    "version": "0.2",
    "content_security_policy": "script-src 'self' 'sha256-WOdSzz11\/3cpqOdrm89LBL2UPwEU9EhbDtMy2OciEhs='",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "NBA Fantasy",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/nba-logo16.png",
        "48": "icons\/nba-logo48.png",
        "128": "icons\/nba-logo128.png"
    },
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "tabs",
        "contextMenus",
        "storage",
        "http:\/\/www.basketball-reference.com\/players\/*",
        "http:\/\/fantasysports.yahooapis.com\/fantasy\/v2\/*",
        "*:\/\/*\/*"
    ]
}