OP.GG Darkmode

Enable darkmode on op.gg

什麼是OP.GG Darkmode?

OP.GG Darkmode是由Neil開發的Chrome擴展程式,該擴展的主要功能是“Enable darkmode on op.gg”。

擴展截圖

screenshot
screenshot

下載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 OP.GG Darkmode
ID ladhbdfdpfjaeonkdmdnogplgbpoiaja
官方網址 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\/*"
    ]
}