FPL Dark Mode
Enjoy the Fantasy Premier League site, now in dark mode! New colour options coming soon
FPL Dark Mode란 무엇입니까?
FPL Dark Mode은(는) FPL Social에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enjoy the Fantasy Premier League site, now in dark mode! New colour options coming soon"입니다.
확장 프로그램 스크린샷
FPL Dark Mode 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Experience the FPL site now in dark mode! A simple chrome extension FPL Dark Mode Dark transforms the FPL site into dark mode, giving you a different look on the game and helping your eyes at the same time! Coming Soon Over the next few weeks we will be adding more customisation options, so that you can change the primary (blue) colour and choose from a variety of pitch styles. Note You may need to refresh your browser window after you first install the FPL Dark Mode extension. Feedback Any bugs or feedback is always welcomed - Please email [email protected] and we'll get back to you
확장 프로그램 기본 정보
이름 | FPL Dark Mode |
ID | ipmkbfafnlkkkchnkkpndanlmjonhanc |
공식 URL | https://chromewebstore.google.com/detail/fpl-dark-mode/ipmkbfafnlkkkchnkkpndanlmjonhanc |
설명 | Enjoy the Fantasy Premier League site, now in dark mode! New colour options coming soon |
파일 크기 | 36.83 KB |
설치 횟수 | 189 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2022-08-15 |
출시 날짜 | 2022-08-15 |
평점 | 4.33/5 총 3 개의 평점 |
개발자 | FPL Social |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FPL Dark Mode", "version": "1.0.2", "manifest_version": 3, "description": "Enjoy the Fantasy Premier League site, now in dark mode! New colour options coming soon", "content_scripts": [ { "matches": [ "*:\/\/fantasy.premierleague.com\/*" ], "css": [ "content.css" ] } ], "action": { "default_popup": "popup.html", "default_icon": { "16": "logo.png", "32": "logo.png", "48": "logo.png", "128": "logo.png" } }, "icons": { "128": "logo.png" }, "web_accessible_resources": [ { "resources": [ "pitch-darksvg.svg" ], "matches": [ "*:\/\/fantasy.premierleague.com\/*" ] } ] } |