500px.com Dark Theme

Dark mode for the 500px.com website.

Was ist 500px.com Dark Theme?

500px.com Dark Theme ist eine Chrome-Erweiterung, die von http://andrei.pt entwickelt wurde, und ihr Hauptmerkmal ist "Dark mode for the 500px.com website.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

500px.com Dark Theme-Erweiterungs-CRX-Datei herunterladen

Laden Sie 500px.com Dark Theme-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name 500px.com Dark Theme 500px.com Dark Theme
ID ifilflghchkjlfmnmpcncchmaafldahh
Offizielle URL https://chrome.google.com/webstore/detail/500pxcom-dark-theme/ifilflghchkjlfmnmpcncchmaafldahh
Beschreibung Dark mode for the 500px.com website.
Dateigröße 22.87 KB
Installationsanzahl 127
Aktuelle Version 1.5.4
Letztes Update 2016-12-18
Veröffentlichungsdatum 2016-12-18
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler http://andrei.pt
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}