OP.GG Darkmode
Enable darkmode on op.gg
What is OP.GG Darkmode?
OP.GG Darkmode is a Chrome extension developed by Neil, and its main feature is "Enable darkmode on op.gg".
Extension Screenshots
Download OP.GG Darkmode Extension CRX File
Download OP.GG Darkmode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | OP.GG Darkmode |
ID | ladhbdfdpfjaeonkdmdnogplgbpoiaja |
Official URL | https://chromewebstore.google.com/detail/opgg-darkmode/ladhbdfdpfjaeonkdmdnogplgbpoiaja |
Description | Enable darkmode on op.gg |
File Size | 26.7 KB |
Installation Count | 5,562 |
Current Version | 1.3.4 |
Last Updated | 2022-04-30 |
Publish Date | 2021-05-06 |
Rating | 5.00/5 Total 15 Ratings |
Developer | Neil |
[email protected] | |
Payment Type | free |
Extension Website | https://tooooooools.com/extensions/opgg-darkmode |
Supported Languages | 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\/*" ] } |