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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allow to use custom theme for all pages of the Backrooms wikidot French community. DM me on discord for any request or question."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Backrooms Dark Mode एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
            ]
        }
    ]
}