designer Tube

This makes your youtube look different, maybe in a good way, maybe not.

designer Tube là gì?

designer Tube là một tiện ích mở rộng Chrome được phát triển bởi martin.skovrup, và tính năng chính của nó là "This makes your youtube look different, maybe in a good way, maybe not.".

Ả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 designer Tube

Tải xuống các tệp mở rộng designer Tube 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 is a work in progress. It changes the way your youtube looks, so its more of a dark version of the normal youtube. I chose not to change layout of youtube, so it's still as simple, and userfriendly as before, but it a version i feel like is better for the eyes.

If you find bugs, or just have any suggestions, please let me know, and i will take a look at it, as fast as possible.                    

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

Tên designer Tube designer Tube
ID abdeakojnmdoeegikanjgodmcfgdhocg
URL Chính Thức https://chrome.google.com/webstore/detail/designer-tube/abdeakojnmdoeegikanjgodmcfgdhocg
Mô tả This makes your youtube look different, maybe in a good way, maybe not.
Kích Thước Tệp 10.32 KB
Số Lần Cài Đặt 62
Phiên Bản Hiện Tại 0.2.6
Cập Nhật Lần Cuối 2017-01-07
Ngày Phát Hành 2017-01-07
Đánh Giá 2.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển martin.skovrup
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": "designer Tube",
    "version": "0.2.6",
    "description": "This makes your youtube look different, maybe in a good way, maybe not.",
    "icons": {
        "50": "prettytube.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ]
}