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.」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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"
            ]
        }
    ]
}