500px.com Dark Theme

Dark mode for the 500px.com website.

ما هو 500px.com Dark Theme؟

500px.com Dark Theme هو إضافة Chrome تم تطويرها بواسطة http://andrei.pt، والميزة الرئيسية لها هي "Dark mode for the 500px.com website.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة 500px.com Dark Theme

قم بتنزيل ملفات الامتداد 500px.com Dark Theme بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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!                    

معلومات أساسية عن التمديد

الاسم 500px.com Dark Theme 500px.com Dark Theme
ID ifilflghchkjlfmnmpcncchmaafldahh
عنوان URL الرسمي https://chrome.google.com/webstore/detail/500pxcom-dark-theme/ifilflghchkjlfmnmpcncchmaafldahh
الوصف Dark mode for the 500px.com website.
حجم الملف 22.87 KB
عدد التثبيتات 127
النسخة الحالية 1.5.4
آخر تحديث 2016-12-18
تاريخ النشر 2016-12-18
تقييم 5.00/5 مجموع تقييمات 3
المطور http://andrei.pt
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
    }
}