Dim the Internet - Turn down the brightness.

Simply drag a slider to dim every single website.

Apa itu Dim the Internet - Turn down the brightness.?

Dim the Internet - Turn down the brightness. adalah ekstensi Chrome yang dikembangkan oleh Agency Enterprise, dan fitur utamanya adalah "Simply drag a slider to dim every single website.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Dim the Internet - Turn down the brightness.

Unduh file ekstensi Dim the Internet - Turn down the brightness. 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

                        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                    

Informasi Dasar Ekstensi

Nama Dim the Internet - Turn down the brightness. Dim the Internet - Turn down the brightness.
ID coijioepkollddkdcdobnfodlelobefh
URL Resmi https://chromewebstore.google.com/detail/dim-the-internet-turn-dow/coijioepkollddkdcdobnfodlelobefh
Deskripsi Simply drag a slider to dim every single website.
Ukuran File 7.41 KB
Jumlah Instalasi 56
Versi Saat Ini 1.0
Terakhir Diperbarui 2022-03-18
Tanggal Publikasi 2022-03-11
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Agency Enterprise
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://ae.studio/same-day-skunkworks
Bahasa yang Didukung 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"
    }
}