9gag Nightmode

This extension grants the power of the darkside to your pc-master race rigg!

9gag Nightmode là gì?

9gag Nightmode là một tiện ích mở rộng Chrome được phát triển bởi fillfey, và tính năng chính của nó là "This extension grants the power of the darkside to your pc-master race rigg!".

Ả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 9gag Nightmode

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

                        The dark side is brought to the PC master race!

Never again shall your eyes be harmed by the painful light!


NOTE: this is the first version of the extension, more features will be added!
if you find something that you think is wrong/should be improved feel free to send me an email or a private message on 9gag! user:fillfey                    

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

Tên 9gag Nightmode 9gag Nightmode
ID ngmiplaolgcbgbamiiebenabpcgddbef
URL Chính Thức https://chrome.google.com/webstore/detail/9gag-nightmode/ngmiplaolgcbgbamiiebenabpcgddbef
Mô tả This extension grants the power of the darkside to your pc-master race rigg!
Kích Thước Tệp 3.66 KB
Số Lần Cài Đặt 83
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-09-24
Ngày Phát Hành 2016-09-24
Đánh Giá 3.56/5 Tổng số 9 Đánh Giá
Nhà Phát Triển fillfey
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": "9gag Nightmode",
    "description": "This extension grants the power of the darkside to your pc-master race rigg!",
    "version": "1.0",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "nightmode.js"
            ],
            "matches": [
                "http:\/\/9gag.com\/*"
            ]
        }
    ]
}