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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chicken Tender Melt League Baseball Chrome extension. Why cheese? BECAUSE FREE ICONS. That's why."입니다.
확장 프로그램 스크린샷
CTML Baseball Cheese 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" ] } |