OP.GG Darkmode

Enable darkmode on op.gg

Wat is OP.GG Darkmode?

OP.GG Darkmode is een Chrome-extensie ontwikkeld door Neil, en de belangrijkste functie is "Enable darkmode on op.gg".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie OP.GG Darkmode

Download OP.GG Darkmode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam OP.GG Darkmode OP.GG Darkmode
ID ladhbdfdpfjaeonkdmdnogplgbpoiaja
Officiële URL https://chromewebstore.google.com/detail/opgg-darkmode/ladhbdfdpfjaeonkdmdnogplgbpoiaja
Beschrijving Enable darkmode on op.gg
Bestandsgrootte 26.7 KB
Aantal Installaties 5,562
Huidige Versie 1.3.4
Laatst Bijgewerkt 2022-04-30
Publicatiedatum 2021-05-06
Beoordeling 5.00/5 Totaal 15 Beoordelingen
Ontwikkelaar Neil
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://tooooooools.com/extensions/opgg-darkmode
Ondersteunde Talen 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\/*"
    ]
}