YouTube HomeFilter

YouTube HomeFilter filters the uploads of your subscribed Youtube channels and shows them separately.

YouTube HomeFilter là gì?

YouTube HomeFilter là một tiện ích mở rộng Chrome được phát triển bởi http://www.titannano.de, và tính năng chính của nó là "YouTube HomeFilter filters the uploads of your subscribed Youtube channels and shows them separately.".

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

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

                        YouTube HomeFilter is an addon which filters the uploads of your subscribed channels. So it is possible to view the various channels on YouTube's homepage separately. It makes it easier to overview the latest videos, so you will not miss a video any more.                    

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

Tên YouTube HomeFilter YouTube HomeFilter
ID nedinlfafpanloemeodhdefipecapbak
URL Chính Thức https://chrome.google.com/webstore/detail/youtube-homefilter/nedinlfafpanloemeodhdefipecapbak
Mô tả YouTube HomeFilter filters the uploads of your subscribed Youtube channels and shows them separately.
Kích Thước Tệp 345 KB
Số Lần Cài Đặt 10
Phiên Bản Hiện Tại 1.3.3
Cập Nhật Lần Cuối 2015-10-06
Ngày Phát Hành 2015-10-06
Nhà Phát Triển http://www.titannano.de
Loại Thanh Toán free
Trang Web Mở Rộng http://blog.titannano.de/p/homefilter.html
URL Trang Trợ Giúp http://blog.titannano.de/p/homefilter.html
Ngôn Ngữ Được Hỗ Trợ de,en-US,tr,pt-BR,sr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "1.3.3",
    "description": "__MSG_extDescription__",
    "default_locale": "en_US",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "homepage_url": "http:\/\/blog.titannano.de",
    "incognito": "spanning",
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "css\/filterMenu.css"
            ],
            "js": [
                "scripts\/optionsC.js",
                "scripts\/consoleC.js",
                "af\/af.js",
                "af\/modules\/classes.js",
                "af\/modules\/connections.js",
                "scripts\/l10nC.js",
                "scripts\/youtube-ui.js",
                "scripts\/youtube-client.js",
                "scripts\/storageC.js",
                "scripts\/hf.js",
                "scripts\/watcher.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/twitter.com\/share",
        "https:\/\/www.facebook.com\/sharer\/sharer.php",
        "https:\/\/plus.google.com\/share",
        "https:\/\/www.googleapis.com\/youtube\/*",
        "http:\/\/blog.titannano.de\/p\/donate-to.html"
    ],
    "web_accessible_resources": [
        "default\/l10n\/strings.json"
    ],
    "background": {
        "scripts": [
            "scripts\/main.js"
        ]
    }
}