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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
        ]
    }
}