500px.com Dark Theme

Dark mode for the 500px.com website.

Apa itu 500px.com Dark Theme?

500px.com Dark Theme adalah ekstensi Chrome yang dikembangkan oleh http://andrei.pt, dan fitur utamanya adalah "Dark mode for the 500px.com website.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi 500px.com Dark Theme

Unduh file ekstensi 500px.com Dark Theme dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama 500px.com Dark Theme 500px.com Dark Theme
ID ifilflghchkjlfmnmpcncchmaafldahh
URL Resmi https://chrome.google.com/webstore/detail/500pxcom-dark-theme/ifilflghchkjlfmnmpcncchmaafldahh
Deskripsi Dark mode for the 500px.com website.
Ukuran File 22.87 KB
Jumlah Instalasi 127
Versi Saat Ini 1.5.4
Terakhir Diperbarui 2016-12-18
Tanggal Publikasi 2016-12-18
Penilaian 5.00/5 Total 3 Penilaian
Pengembang http://andrei.pt
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}