9gag Night Mode

Night mode for the 9gag website!

ما هو 9gag Night Mode؟

9gag Night Mode هو إضافة Chrome تم تطويرها بواسطة Alex Benoit، والميزة الرئيسية لها هي "Night mode for the 9gag website!".

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

screenshot

تحميل ملف CRX للإضافة 9gag Night Mode

قم بتنزيل ملفات الامتداد 9gag Night Mode بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Unofficial Chrome Extension to enable night mode on the 9gag desktop website.                    

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

الاسم 9gag Night Mode 9gag Night Mode
ID pdoebgohinaejdpncadbahijijgoffke
عنوان URL الرسمي https://chromewebstore.google.com/detail/9gag-night-mode/pdoebgohinaejdpncadbahijijgoffke
الوصف Night mode for the 9gag website!
حجم الملف 12.15 KB
عدد التثبيتات 6,133
النسخة الحالية 1.3.6
آخر تحديث 2018-03-30
تاريخ النشر 2018-03-30
تقييم 4.63/5 مجموع تقييمات 88
المطور Alex Benoit
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "9gag Night Mode",
    "version": "1.3.6",
    "description": "Night mode for the 9gag website!",
    "icons": {
        "128": "9gagext.png"
    },
    "content_scripts": [
        {
            "css": [
                "9gag-override.css"
            ],
            "matches": [
                "http:\/\/9gag.com\/*",
                "https:\/\/9gag.com\/*"
            ]
        }
    ]
}