Fantasy Basketball Schedule Analyzer 2017-18

Fantasy Basketball NBA Schedule Analyzer 2017-18

What is Fantasy Basketball Schedule Analyzer 2017-18?

Fantasy Basketball Schedule Analyzer 2017-18 is a Chrome extension developed by caseyjhol, and its main feature is "Fantasy Basketball NBA Schedule Analyzer 2017-18".

Extension Screenshots

screenshot

Download Fantasy Basketball Schedule Analyzer 2017-18 Extension CRX File

Download Fantasy Basketball Schedule Analyzer 2017-18 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension shows you how many games each of your players have in a given week (based on their team's schedule). More features soon to come (projections, matchup strength, etc.)                    

Extension Basic Information

Name Fantasy Basketball Schedule Analyzer 2017-18 Fantasy Basketball Schedule Analyzer 2017-18
ID gkccemlgnjkkligaifldglpdejmahknb
Official URL https://chromewebstore.google.com/detail/fantasy-basketball-schedu/gkccemlgnjkkligaifldglpdejmahknb
Description Fantasy Basketball NBA Schedule Analyzer 2017-18
File Size 38.95 KB
Installation Count 35
Current Version 1.0.6
Last Updated 2017-10-23
Publish Date 2017-10-23
Rating 4.50/5 Total 2 Ratings
Developer caseyjhol
Payment Type free
Supported Languages en-US
manifest.json
{
    "browser_action": {
        "default_title": "Fantasy Basketball Schedule Analyzer 2017-18"
    },
    "content_scripts": [
        {
            "css": [
                "nba_schedule_style.css"
            ],
            "js": [
                "background.js"
            ],
            "matches": [
                "http:\/\/basketball.fantasysports.yahoo.com\/nba\/*",
                "https:\/\/basketball.fantasysports.yahoo.com\/nba\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Fantasy Basketball NBA Schedule Analyzer 2017-18",
    "icons": {
        "128": "images\/basketball128.png",
        "16": "images\/basketball16.png",
        "48": "images\/basketball48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuZmnaslv\/ipghxiyX6Am3jftGEJMesfOaoKQTQgBNTUXh1GAYWwqujbcr0t2E5t4BCtpe1kR\/bp2kVGW4avNAix3lMzHRUILCWAceeihI9E9NDjZyYZ7BZZ2ensH9Ug6i2T5KYdexAZfBBsXN\/4ikwrWOQ3\/jGfSAiy5qnfPFAbJnEc4z\/Vh\/EAVAj8NVMeaFsCqGSJzNM\/UF7uAjNlKYahU39fUWiqsaCvCJGLcgTEfdBEnkWPifh1WUFcb14Soh\/T6qv6BOVQXdqefw1HVgfS8k0WSfw5dEcBa3\/Kx1j474WaGNk1m5tMx3DzUahK\/BLJTWaMPIFSmdg3q7ICTLwIDAQAB",
    "manifest_version": 2,
    "name": "Fantasy Basketball Schedule Analyzer 2017-18",
    "permissions": [
        "activeTab"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.6"
}