Awesome Dark Mode

Curated dark mode for the most popular sites

Awesome Dark Mode là gì?

Awesome Dark Mode là một tiện ích mở rộng Chrome được phát triển bởi http://awesome-dark-mode.com, và tính năng chính của nó là "Curated dark mode for the most popular sites".

Ả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 Awesome Dark Mode

Tải xuống các tệp mở rộng Awesome Dark Mode 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

                        Awesome Dark mode enables dark mode on the popular web sites.
Use Google, Youtube, and hundreds other web sites with dark mode!


Features:
x Enabled dark theme for numerious web sites
x You can turn it off or add a certain site to the blacklist

Enjoy 🖤                    

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

Tên Awesome Dark Mode Awesome Dark Mode
ID ongbbdkcjoainajbfkcnedkbahjoecll
URL Chính Thức https://chrome.google.com/webstore/detail/awesome-dark-mode/ongbbdkcjoainajbfkcnedkbahjoecll
Mô tả Curated dark mode for the most popular sites
Kích Thước Tệp 392 KB
Số Lần Cài Đặt 2,121,679
Phiên Bản Hiện Tại 0.5.0
Cập Nhật Lần Cuối 2023-05-01
Ngày Phát Hành 2022-09-06
Đánh Giá 4.73/5 Tổng số 22 Đánh Giá
Nhà Phát Triển http://awesome-dark-mode.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://awesome-dark-mode.com
URL Trang Chính Sách Bảo Mật https://awesome-dark-mode.com/privacy
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Awesome Dark mode",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "icons\/icon-16.png",
            "48": "icons\/icon-48.png",
            "128": "icons\/icon-128.png",
            "300": "icons\/icon-300.png"
        }
    },
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "icons": {
        "300": "icons\/icon-300.png",
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "16": "icons\/icon-16.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "102.0",
    "name": "__MSG_extName__",
    "permissions": [
        "storage",
        "contextMenus",
        "scripting",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "version": "0.5.0",
    "web_accessible_resources": [
        {
            "resources": [
                "js\/proxy.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}