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.
什么是Backrooms Dark Mode?
Backrooms Dark Mode是由RossDear开发的Chrome扩展程序,该扩展的主要功能是“Allow to use custom theme for all pages of the Backrooms wikidot French community. DM me on discord for any request or question.”。
扩展截图
下载Backrooms Dark Mode扩展crx文件
下载Backrooms Dark Mode扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Give a button to be able to use a dark theme for all pages of the Backrooms wikidot French community.
扩展基本信息
名称 | Backrooms Dark Mode |
ID | plopjldoibjngegnkdeffbfojlpllpem |
官方URL | https://chromewebstore.google.com/detail/backrooms-dark-mode/plopjldoibjngegnkdeffbfojlpllpem |
简介 | Allow to use custom theme for all pages of the Backrooms wikidot French community. DM me on discord for any request or question. |
文件大小 | 4.55 KB |
安装次数 | 2,400 |
当前版本 | 1.4 The Frenchening |
更新时间 | 2023-06-07 |
上架时间 | 2022-04-07 |
评分 | 4.20/5 共5次评分 |
开发者 | RossDear |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } ] } |