YouTube HomeFilter

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

什麼是YouTube HomeFilter?

YouTube HomeFilter是由http://www.titannano.de開發的Chrome擴展程式,該擴展的主要功能是“YouTube HomeFilter filters the uploads of your subscribed Youtube channels and shows them separately.”。

擴展截圖

screenshot

下載YouTube HomeFilter擴展crx文件

下載YouTube HomeFilter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 YouTube HomeFilter YouTube HomeFilter
ID nedinlfafpanloemeodhdefipecapbak
官方網址 https://chrome.google.com/webstore/detail/youtube-homefilter/nedinlfafpanloemeodhdefipecapbak
簡介 YouTube HomeFilter filters the uploads of your subscribed Youtube channels and shows them separately.
檔案大小 345 KB
安裝次數 10
目前版本 1.3.3
更新時間 2015-10-06
上架時間 2015-10-06
開發者 http://www.titannano.de
付費類型 free
擴展官網 http://blog.titannano.de/p/homefilter.html
說明頁面URL http://blog.titannano.de/p/homefilter.html
支援的語言 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"
        ]
    }
}