Dim the Internet - Turn down the brightness.

Simply drag a slider to dim every single website.

ما هو Dim the Internet - Turn down the brightness.؟

Dim the Internet - Turn down the brightness. هو إضافة Chrome تم تطويرها بواسطة Agency Enterprise، والميزة الرئيسية لها هي "Simply drag a slider to dim every single website.".

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

screenshot

تحميل ملف CRX للإضافة Dim the Internet - Turn down the brightness.

قم بتنزيل ملفات الامتداد Dim the Internet - Turn down the brightness. بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Simply drag a slider to dim every single website. 

Sometimes websites don't support dark mode, so just turn down the brightness.

Made with ❤️ by ae.studio
Same Day Skunkworks Division                    

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

الاسم Dim the Internet - Turn down the brightness. Dim the Internet - Turn down the brightness.
ID coijioepkollddkdcdobnfodlelobefh
عنوان URL الرسمي https://chromewebstore.google.com/detail/dim-the-internet-turn-dow/coijioepkollddkdcdobnfodlelobefh
الوصف Simply drag a slider to dim every single website.
حجم الملف 7.41 KB
عدد التثبيتات 56
النسخة الحالية 1.0
آخر تحديث 2022-03-18
تاريخ النشر 2022-03-11
تقييم 5.00/5 مجموع تقييمات 1
المطور Agency Enterprise
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://ae.studio/same-day-skunkworks
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dim the Internet - Turn down the brightness.",
    "manifest_version": 3,
    "version": "1.0",
    "description": "Simply drag a slider to dim every single website.",
    "permissions": [
        "scripting",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    }
}