OP.GG Darkmode
Enable darkmode on op.gg
OP.GG Darkmode란 무엇입니까?
OP.GG Darkmode은(는) Neil에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enable darkmode on op.gg"입니다.
확장 프로그램 스크린샷
OP.GG Darkmode 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Protect your eyes. This extension will override the style of op.gg and make the page dark. The new design will let you discover a new side of op.gg.
확장 프로그램 기본 정보
이름 | OP.GG Darkmode |
ID | ladhbdfdpfjaeonkdmdnogplgbpoiaja |
공식 URL | https://chromewebstore.google.com/detail/opgg-darkmode/ladhbdfdpfjaeonkdmdnogplgbpoiaja |
설명 | Enable darkmode on op.gg |
파일 크기 | 26.7 KB |
설치 횟수 | 5,562 |
현재 버전 | 1.3.4 |
최근 업데이트 | 2022-04-30 |
출시 날짜 | 2021-05-06 |
평점 | 5.00/5 총 15 개의 평점 |
개발자 | Neil |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://tooooooools.com/extensions/opgg-darkmode |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "OP.GG Darkmode", "version": "1.3.4", "description": "Enable darkmode on op.gg", "icons": { "64": "icons\/icon_64.png", "128": "icons\/icon_128.png", "256": "icons\/icon_256.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.op.gg\/*" ], "js": [ "darkness.js" ], "run_at": "document_start" } ], "permissions": [ "*:\/\/op.gg\/*", "*:\/\/www.op.gg\/*", "*:\/\/euw.op.gg\/*", "*:\/\/eune.op.gg\/*", "*:\/\/lan.op.gg\/*", "*:\/\/jp.op.gg\/*", "*:\/\/oce.op.gg\/*", "*:\/\/ru.op.gg\/*", "*:\/\/na.op.gg\/*", "*:\/\/br.op.gg\/*", "*:\/\/tr.op.gg\/*", "*:\/\/las.op.gg\/*", "*:\/\/sg.op.gg\/*", "*:\/\/id.op.gg\/*", "*:\/\/ph.op.gg\/*", "*:\/\/tw.op.gg\/*", "*:\/\/vn.op.gg\/*", "*:\/\/th.op.gg\/*" ] } |