Prolific Darkmode

Darkmode for Prolific

What is Prolific Darkmode?

Prolific Darkmode is a Chrome extension developed by tsgrgo, and its main feature is "Darkmode for Prolific".

Extension Screenshots

screenshot

Download Prolific Darkmode Extension CRX File

Download Prolific Darkmode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Introduces a toggle for the prolific UI through which a fully implemented dark theme can be applied.                    

Extension Basic Information

Name Prolific Darkmode Prolific Darkmode
ID ihkhjjjbeddbjnldjcnaldcjlblaegmj
Official URL https://chromewebstore.google.com/detail/prolific-darkmode/ihkhjjjbeddbjnldjcnaldcjlblaegmj
Description Darkmode for Prolific
File Size 126 KB
Installation Count 466
Current Version 1.0.9
Last Updated 2024-02-08
Publish Date 2022-09-30
Rating 4.56/5 Total 9 Ratings
Developer tsgrgo
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Prolific Darkmode",
    "description": "Darkmode for Prolific",
    "version": "1.0.9",
    "icons": {
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/app.prolific.co\/*",
                "https:\/\/app.prolific.com\/*"
            ],
            "js": [
                "pe_content.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/app.prolific.co\/*",
            "https:\/\/app.prolific.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "e2cb269296.js",
                "bc836f415a.js",
                "cdd3203fb9.json"
            ],
            "matches": [
                "https:\/\/app.prolific.co\/*",
                "https:\/\/app.prolific.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}