YouTube: Filter Subscriptions

Only see the videos you want in your subscription feed

YouTube: Filter Subscriptions là gì?

YouTube: Filter Subscriptions là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Only see the videos you want in your subscription feed".

Ả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: Filter Subscriptions

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

                        Filter your subscriptions feed by specifying a channel and part of a title to match. Choose to *only* display these matched videos or to hide them.                    

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

Tên YouTube: Filter Subscriptions YouTube: Filter Subscriptions
ID abiapkipdmjcakccdnbmohggiohkjmhk
URL Chính Thức https://chromewebstore.google.com/detail/youtube-filter-subscripti/abiapkipdmjcakccdnbmohggiohkjmhk
Mô tả Only see the videos you want in your subscription feed
Kích Thước Tệp 6.32 KB
Số Lần Cài Đặt 84
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2016-04-29
Ngày Phát Hành 2016-04-29
Đánh Giá 1.57/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube: Filter Subscriptions",
    "description": "Only see the videos you want in your subscription feed",
    "version": "0.0.1",
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_title": "YouTube: Filter Subscriptions",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/feed\/subscriptions"
            ],
            "js": [
                "inject.js"
            ]
        }
    ]
}