YouTube HomeFilter
YouTube HomeFilter filters the uploads of your subscribed Youtube channels and shows them separately.
YouTube HomeFilterคืออะไร?
YouTube HomeFilter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.titannano.de และคุณลักษณะหลักของมันคือ "YouTube HomeFilter filters the uploads of your subscribed Youtube channels and shows them separately."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube HomeFilter
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } } |