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.
Apa itu Backrooms Dark Mode?
Backrooms Dark Mode adalah ekstensi Chrome yang dikembangkan oleh RossDear, dan fitur utamanya adalah "Allow to use custom theme for all pages of the Backrooms wikidot French community. DM me on discord for any request or question.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Backrooms Dark Mode
Unduh file ekstensi Backrooms Dark Mode 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
Give a button to be able to use a dark theme for all pages of the Backrooms wikidot French community.
Informasi Dasar Ekstensi
Nama | Backrooms Dark Mode |
ID | plopjldoibjngegnkdeffbfojlpllpem |
URL Resmi | https://chromewebstore.google.com/detail/backrooms-dark-mode/plopjldoibjngegnkdeffbfojlpllpem |
Deskripsi | Allow to use custom theme for all pages of the Backrooms wikidot French community. DM me on discord for any request or question. |
Ukuran File | 4.55 KB |
Jumlah Instalasi | 2,400 |
Versi Saat Ini | 1.4 The Frenchening |
Terakhir Diperbarui | 2023-06-07 |
Tanggal Publikasi | 2022-04-07 |
Penilaian | 4.20/5 Total 5 Penilaian |
Pengembang | RossDear |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |