Pinterest Dark Theme

Adds a dark theme to pinterest, still a work in progress so expect some small bugs.

What is Pinterest Dark Theme?

Pinterest Dark Theme is a Chrome extension developed by 3mangaming97, and its main feature is "Adds a dark theme to pinterest, still a work in progress so expect some small bugs.".

Extension Screenshots

screenshot
screenshot

Download Pinterest Dark Theme Extension CRX File

Download Pinterest Dark Theme 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

                        Makes Pinterest Dark Mode, still a Work In Progress so expect some small bugs.                    

Extension Basic Information

Name Pinterest Dark Theme Pinterest Dark Theme
ID mceidbdmmmdiidebilljdcngglpmciae
Official URL https://chromewebstore.google.com/detail/pinterest-dark-theme/mceidbdmmmdiidebilljdcngglpmciae
Description Adds a dark theme to pinterest, still a work in progress so expect some small bugs.
File Size 501 KB
Installation Count 10,000
Current Version 1.0
Last Updated 2022-10-05
Publish Date 2022-10-03
Rating 3.78/5 Total 93 Ratings
Developer 3mangaming97
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pinterest Dark Theme",
    "description": "Adds a dark theme to pinterest, still a work in progress so expect some small bugs.",
    "version": "1.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.pinterest.com\/*",
                "https:\/\/*.pinterest.com\/pin\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_start"
        }
    ]
}