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.」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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" ] } } |