Dark Theme for Reddit

Simple flat dark grey theme for Reddit..

Dark Theme for Reddit là gì?

Dark Theme for Reddit là một tiện ích mở rộng Chrome được phát triển bởi emano.waldeck, và tính năng chính của nó là "Simple flat dark grey theme for Reddit..".

Ả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 Dark Theme for Reddit

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

                        A simple smooth dark theme for Reddit. This theme can be toggled on and off from the toolbar button. When the extension is enabled, reddit.com is displayed in dark theme. This extension does not have any options at the moment. Just a toolbar button to get enabled or disabled.                    

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

Tên Dark Theme for Reddit Dark Theme for Reddit
ID hlhoffhnpiiamppijcbelojhpnhpjdcg
URL Chính Thức https://chromewebstore.google.com/detail/dark-theme-for-reddit/hlhoffhnpiiamppijcbelojhpnhpjdcg
Mô tả Simple flat dark grey theme for Reddit..
Kích Thước Tệp 79.38 KB
Số Lần Cài Đặt 2,676
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2018-06-07
Ngày Phát Hành 2018-06-07
Đánh Giá 4.22/5 Tổng số 9 Đánh Giá
Nhà Phát Triển emano.waldeck
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://add0n.com/dark-theme.html?from=reddit
URL Trang Trợ Giúp http://add0n.com/dark-theme.html?from=reddit
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.1.0",
    "name": "Dark Theme for Reddit",
    "description": "Simple flat dark grey theme for Reddit..",
    "permissions": [
        "storage"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.reddit.com\/*"
            ],
            "js": [
                "data\/inject.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "data\/themes\/*.css"
    ],
    "icons": {
        "16": "data\/icons\/16.png",
        "19": "data\/icons\/19.png",
        "32": "data\/icons\/32.png",
        "38": "data\/icons\/38.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png"
    },
    "homepage_url": "http:\/\/add0n.com\/dark-theme.html?from=reddit",
    "browser_action": {
        "default_icon": {
            "16": "data\/icons\/16.png",
            "19": "data\/icons\/19.png",
            "32": "data\/icons\/32.png",
            "38": "data\/icons\/38.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    }
}