CTML Baseball Cheese

Chicken Tender Melt League Baseball Chrome extension. Why cheese? BECAUSE FREE ICONS. That's why.

CTML Baseball Cheese क्या है?

CTML Baseball Cheese https://frozenexports.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chicken Tender Melt League Baseball Chrome extension. Why cheese? BECAUSE FREE ICONS. That's why."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CTML Baseball Cheese एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Provides additional information for use by the CTML Baseball fantasy baseball league.

It aggregates data from several pages of the site and adds HTML to some pages to display this data.

The primary addition is the "Weekly Roto" tab added to the homepage's standings section (the section which is on the left side of the page, second from the top.) Clicking this tab will who the current weekly standings for the league based on rotisserie-style scoring.                    

एक्सटेंशन की मूल जानकारी

नाम CTML Baseball Cheese CTML Baseball Cheese
ID jdkboafaokdepcomlbejicahaeipldeh
आधिकारिक URL https://chromewebstore.google.com/detail/ctml-baseball-cheese/jdkboafaokdepcomlbejicahaeipldeh
विवरण Chicken Tender Melt League Baseball Chrome extension. Why cheese? BECAUSE FREE ICONS. That's why.
फ़ाइल का आकार 83.64 KB
स्थापना संख्या 10
वर्तमान संस्करण 6.0.2
अंतिम अपडेट 2017-05-25
प्रकाशन तिथि 2017-05-24
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर https://frozenexports.net
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/baseball.fantasysports.yahoo.com\/b1\/53006*",
                "https:\/\/baseball.fantasysports.yahoo.com\/league\/chickentendermelt*",
                "http:\/\/baseball.fantasysports.yahoo.com\/b1\/53006*",
                "http:\/\/baseball.fantasysports.yahoo.com\/league\/chickentendermelt*"
            ],
            "css": [
                "styles\/cheese.css"
            ],
            "js": [
                "scripts\/jquery-1.11.0.min.js",
                "scripts\/dust-full.min.js",
                "scripts\/dust-helpers.min.js",
                "scripts\/klass.min.js",
                "scripts\/DustTemplate.js",
                "scripts\/YahooBaseballCallbackObject.js",
                "scripts\/YahooBaseballCallbackObjectSet.js",
                "scripts\/YahooBaseballDraft.js",
                "scripts\/YahooBaseballLeagueInfo.js",
                "scripts\/YahooBaseballPastScores.js",
                "scripts\/YahooBaseballTeamDetails.js",
                "scripts\/YahooBaseballScoringCategories.js",
                "scripts\/YahooBaseballWeeklyRotoScores.js"
            ]
        },
        {
            "matches": [
                "https:\/\/baseball.fantasysports.yahoo.com\/b1\/53006",
                "https:\/\/baseball.fantasysports.yahoo.com\/b1\/53006?*",
                "https:\/\/baseball.fantasysports.yahoo.com\/league\/chickentendermelt",
                "https:\/\/baseball.fantasysports.yahoo.com\/league\/chickentendermelt?*",
                "http:\/\/baseball.fantasysports.yahoo.com\/b1\/53006",
                "http:\/\/baseball.fantasysports.yahoo.com\/b1\/53006?*",
                "http:\/\/baseball.fantasysports.yahoo.com\/league\/chickentendermelt",
                "http:\/\/baseball.fantasysports.yahoo.com\/league\/chickentendermelt?*"
            ],
            "css": [
                "styles\/cheese.weekly-roto.css"
            ],
            "js": [
                "scripts\/cheese.weekly-roto.js"
            ]
        }
    ],
    "description": "Chicken Tender Melt League Baseball Chrome extension. Why cheese? BECAUSE FREE ICONS. That's why.",
    "icons": {
        "16": "images\/cheese 16.png",
        "48": "images\/cheese 48.png",
        "128": "images\/cheese 128.png"
    },
    "manifest_version": 2,
    "name": "CTML Baseball Cheese",
    "permissions": [
        "https:\/\/s3-us-west-2.amazonaws.com\/"
    ],
    "version": "6.0.2",
    "web_accessible_resources": [
        "views\/cheese.keeper-analysis.dust",
        "views\/cheese.weekly-roto.main.dust",
        "views\/cheese.weekly-roto.overall-scores.dust"
    ]
}