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文件
下载OP.GG Darkmode扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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\/*" ] } |