Dim the Internet - Turn down the brightness.

Simply drag a slider to dim every single website.

Dim the Internet - Turn down the brightness. là gì?

Dim the Internet - Turn down the brightness. là một tiện ích mở rộng Chrome được phát triển bởi Agency Enterprise, và tính năng chính của nó là "Simply drag a slider to dim every single website.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Dim the Internet - Turn down the brightness.

Tải xuống các tệp mở rộng Dim the Internet - Turn down the brightness. dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Dim the Internet - Turn down the brightness. Dim the Internet - Turn down the brightness.
ID coijioepkollddkdcdobnfodlelobefh
URL Chính Thức https://chromewebstore.google.com/detail/dim-the-internet-turn-dow/coijioepkollddkdcdobnfodlelobefh
Mô tả Simply drag a slider to dim every single website.
Kích Thước Tệp 7.41 KB
Số Lần Cài Đặt 56
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-03-18
Ngày Phát Hành 2022-03-11
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Agency Enterprise
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ae.studio/same-day-skunkworks
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}