Circuit Dark Mode

Dark Mode for Circuit. Extension not official

Circuit Dark Mode là gì?

Circuit Dark Mode là một tiện ích mở rộng Chrome được phát triển bởi Fabio Leme, và tính năng chính của nó là "Dark Mode for Circuit. Extension not official".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Circuit Dark Mode

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

                        Adds a wonder dark theme feature when installed on Chrome Browser. You will receive updates whenever new changes are updated.

UPDATES: 27/05/2020

*New styles areas updated                    

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

Tên Circuit Dark Mode Circuit Dark Mode
ID dnbienmilkidinchjfnhllcflpjhiddi
URL Chính Thức https://chromewebstore.google.com/detail/circuit-dark-mode/dnbienmilkidinchjfnhllcflpjhiddi
Mô tả Dark Mode for Circuit. Extension not official
Kích Thước Tệp 42.99 KB
Số Lần Cài Đặt 28
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2020-05-28
Ngày Phát Hành 2020-05-27
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Fabio Leme
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Circuit Dark Mode",
    "description": "Dark Mode for  Circuit. Extension not official",
    "version": "1.0.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/eu.yourcircuit.com\/*"
            ],
            "js": [
                "js\/script.js"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ],
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}