Youtube Untrend

This extension simply removes the 'Trending' tab on the Youtube home page.

Youtube Untrend là gì?

Youtube Untrend là một tiện ích mở rộng Chrome được phát triển bởi dorian.grolaux, và tính năng chính của nó là "This extension simply removes the 'Trending' tab on the Youtube home page.".

Ả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 Youtube Untrend

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

                        Don't like this trending tab ? I don't either.                    

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

Tên Youtube Untrend Youtube Untrend
ID eopimnkjhiiigfakbhiehpiacdiolcpc
URL Chính Thức https://chrome.google.com/webstore/detail/eopimnkjhiiigfakbhiehpiacdiolcpc
Mô tả This extension simply removes the 'Trending' tab on the Youtube home page.
Kích Thước Tệp 29.2 KB
Số Lần Cài Đặt 21
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2016-01-10
Ngày Phát Hành 2016-01-10
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển dorian.grolaux
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 Untrend",
    "short_name": "Removes the 'Trending' tab on Youtube's home page",
    "version": "0.2",
    "description": "This extension simply removes the 'Trending' tab on the Youtube home page.",
    "permissions": [
        "activeTab",
        "*:\/\/www.youtube.com\/"
    ],
    "icons": {
        "16": "icons\/yt_untrend16.png",
        "48": "icons\/yt_untrend48.png",
        "128": "icons\/yt_untrend128.png"
    },
    "offline_enabled": true,
    "page_action": {
        "default_icon": {
            "16": "icons\/yt_untrend16.png",
            "48": "icons\/yt_untrend48.png"
        },
        "default_title": "Youtube Untrend"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/",
                "*:\/\/www.youtube.com\/feed\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}