Dark Side

An extension that helps you to change any website to dark mode and change the font of any website to your desired font

Dark Side là gì?

Dark Side là một tiện ích mở rộng Chrome được phát triển bởi Emmanuel Aina, và tính năng chính của nó là "An extension that helps you to change any website to dark mode and change the font of any website to your desired font".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        This extension helps you to change any website to dark mode and change the font of any website to your desired font                    

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

Tên Dark Side Dark Side
ID mepmobcikgjmkmfpogmigbmliihpnpkb
URL Chính Thức https://chromewebstore.google.com/detail/dark-side/mepmobcikgjmkmfpogmigbmliihpnpkb
Mô tả An extension that helps you to change any website to dark mode and change the font of any website to your desired font
Kích Thước Tệp 21.13 KB
Số Lần Cài Đặt 819
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2019-09-23
Ngày Phát Hành 2019-09-23
Đánh Giá 3.17/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Emmanuel Aina
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",
    "name": "Dark Side",
    "version": "1.5",
    "description": "An extension that helps you to change any website to dark mode and change the font of any website to your desired font",
    "permissions": [
        "declarativeContent",
        "tabs",
        "storage",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "options_page": "options.html",
    "manifest_version": 2
}