MeTube

YouTube subscription improvements

MeTube là gì?

MeTube là một tiện ích mở rộng Chrome được phát triển bởi Scott Inglis, và tính năng chính của nó là "YouTube subscription improvements".

Ả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 MeTube

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

                        MeTube is a suite of improvements for the YouTube subscription page as well as a handful of other tweaks. Key features include:

-Organizes videos into a grid layout
-Replaces "Watch Later" button with "Remove" button
-Choose to show or hide watched videos
-Remove all watched videos from your feed
-Scales "Large Player" to width of description box

This was designed to work with the latest revision of the YouTube layout as of February 2014. If you have issues please let me know using the Send Feedback option in the chrome web store.                    

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

Tên MeTube MeTube
ID fceidobfbfedfhodnjmonpfmnbkeclmn
URL Chính Thức https://chrome.google.com/webstore/detail/metube/fceidobfbfedfhodnjmonpfmnbkeclmn
Mô tả YouTube subscription improvements
Kích Thước Tệp 52.7 KB
Số Lần Cài Đặt 908
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2014-09-18
Ngày Phát Hành 2014-09-18
Đánh Giá 3.11/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Scott Inglis
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MeTube",
    "description": "YouTube subscription improvements",
    "version": "2.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery-1.11.0.min.js",
                "script.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}