OP.GG Darkmode

Enable darkmode on op.gg

Apa itu OP.GG Darkmode?

OP.GG Darkmode adalah ekstensi Chrome yang dikembangkan oleh Neil, dan fitur utamanya adalah "Enable darkmode on op.gg".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi OP.GG Darkmode

Unduh file ekstensi OP.GG Darkmode dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama OP.GG Darkmode OP.GG Darkmode
ID ladhbdfdpfjaeonkdmdnogplgbpoiaja
URL Resmi https://chromewebstore.google.com/detail/opgg-darkmode/ladhbdfdpfjaeonkdmdnogplgbpoiaja
Deskripsi Enable darkmode on op.gg
Ukuran File 26.7 KB
Jumlah Instalasi 5,562
Versi Saat Ini 1.3.4
Terakhir Diperbarui 2022-04-30
Tanggal Publikasi 2021-05-06
Penilaian 5.00/5 Total 15 Penilaian
Pengembang Neil
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://tooooooools.com/extensions/opgg-darkmode
Bahasa yang Didukung 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\/*"
    ]
}