500px.com Dark Theme

Dark mode for the 500px.com website.

What is 500px.com Dark Theme?

500px.com Dark Theme is a Chrome extension developed by http://andrei.pt, and its main feature is "Dark mode for the 500px.com website.".

Extension Screenshots

screenshot
screenshot
screenshot

Download 500px.com Dark Theme Extension CRX File

Download 500px.com 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

                        This extension was created to give the 500px.com website a much needed darker look.
Not only it is easier on the eyes, but I also think it makes the images stand out more.

There are still some things to improve, so please be patient.
Thank you!                    

Extension Basic Information

Name 500px.com Dark Theme 500px.com Dark Theme
ID ifilflghchkjlfmnmpcncchmaafldahh
Official URL https://chrome.google.com/webstore/detail/500pxcom-dark-theme/ifilflghchkjlfmnmpcncchmaafldahh
Description Dark mode for the 500px.com website.
File Size 22.87 KB
Installation Count 127
Current Version 1.5.4
Last Updated 2016-12-18
Publish Date 2016-12-18
Rating 5.00/5 Total 3 Ratings
Developer http://andrei.pt
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "500px.com Dark Theme",
    "short_name": "Dark 500px",
    "description": "Dark mode for the 500px.com website.",
    "version": "1.5.4",
    "browser_action": {
        "default_icon": "assets\/icons\/icon.png",
        "default_popup": "assets\/html\/popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/500px.com\/*",
                "https:\/\/500px.com\/*",
                "http:\/\/www.500px.com\/*",
                "https:\/\/www.500px.com\/*"
            ],
            "css": [
                "assets\/css\/override.css"
            ]
        }
    ],
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    }
}