YouTube List View

This extension displays your youtube subscription in the list view.

YouTube List View là gì?

YouTube List View là một tiện ích mở rộng Chrome được phát triển bởi Eddie Wilford, và tính năng chính của nó là "This extension displays your youtube subscription in the list view.".

Ả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 YouTube List View

Tải xuống các tệp mở rộng YouTube List View 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 temporary fix that changes the YouTube subscriptions grid view into a list view. This is by no means meant to replace YouTubes previous list view, but provide a temporary solution until YouTube fixes theirs. 

UPDATE: YouTube has finally fixed the problem, but the plugin will stay here in case it happens again.                    

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

Tên YouTube List View YouTube List View
ID dnfjhgoledkjnacagpncncfipbobepif
URL Chính Thức https://chromewebstore.google.com/detail/youtube-list-view/dnfjhgoledkjnacagpncncfipbobepif
Mô tả This extension displays your youtube subscription in the list view.
Kích Thước Tệp 36.99 KB
Số Lần Cài Đặt 430
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2016-06-02
Ngày Phát Hành 2016-06-01
Đánh Giá 4.23/5 Tổng số 52 Đánh Giá
Nhà Phát Triển Eddie Wilford
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": "YouTube List View",
    "description": "This extension displays your youtube subscription in the list view.",
    "version": "1.1.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "contentscript.js"
            ],
            "matches": [
                "http:\/\/www.youtube.com\/feed\/subscriptions*",
                "https:\/\/www.youtube.com\/feed\/subscriptions*"
            ]
        }
    ]
}