Backrooms Dark Mode

Allow to use custom theme for all pages of the Backrooms wikidot French community. DM me on discord for any request or question.

Wat is Backrooms Dark Mode?

Backrooms Dark Mode is een Chrome-extensie ontwikkeld door RossDear, en de belangrijkste functie is "Allow to use custom theme for all pages of the Backrooms wikidot French community. DM me on discord for any request or question.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Backrooms Dark Mode

Download Backrooms Dark Mode-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

                        Give a button to be able to use a dark theme for all pages of the Backrooms wikidot French community.                    

Basisinformatie over de Extensie

Naam Backrooms Dark Mode Backrooms Dark Mode
ID plopjldoibjngegnkdeffbfojlpllpem
Officiële URL https://chromewebstore.google.com/detail/backrooms-dark-mode/plopjldoibjngegnkdeffbfojlpllpem
Beschrijving Allow to use custom theme for all pages of the Backrooms wikidot French community. DM me on discord for any request or question.
Bestandsgrootte 4.55 KB
Aantal Installaties 2,400
Huidige Versie 1.4 The Frenchening
Laatst Bijgewerkt 2023-06-07
Publicatiedatum 2022-04-07
Beoordeling 4.20/5 Totaal 5 Beoordelingen
Ontwikkelaar RossDear
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Backrooms Dark Mode",
    "version": "1.4",
    "version_name": "1.4 The Frenchening",
    "developer": {
        "name": "Ross Dear - Ross#7099"
    },
    "description": "Allow to use custom theme for all pages of the Backrooms wikidot French community. DM me on discord for any request or question.",
    "icons": {
        "48": "icons\/moon-20.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/fr-backrooms-wiki.wikidot.com\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ]
}