VideoFeed for YouTube™
Extension for Google Chrome™, shows the newest videos of subscribed channels of your YouTube™ account.
VideoFeed for YouTube™คืออะไร?
VideoFeed for YouTube™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lexing และคุณลักษณะหลักของมันคือ "Extension for Google Chrome™, shows the newest videos of subscribed channels of your YouTube™ account."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VideoFeed for YouTube™
ดาวน์โหลดไฟล์ส่วนขยาย VideoFeed for YouTube™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Version (0.9.0):
- more informational channel title
- manual removal of videos you want to remove from the list
- lets user refresh the list to hopefully get rid of (undetected by the code) bugs
Version (0.8.1):
- requires user to log into Youtube account - subscriptions appear in Available tab in options
- lets user blacklist some of those channels so that they do not appear in feed
- shows number of new videos (uploaded after previous click) on icon
Known bugs:
- some newly uploaded videos may not appear for up to 2 hours (form what I have experienced), right now I think that Youtube API V3 is the culprit, so it's beyond my capability to fix this (it may fix itself in time). If someone has any suggestions, I would be glad to improve it.
Future versions:
- add whitelist and completely remove the requirement of logging in to Youtube account ( the ability to download subscriptions from account will stay, but it will be possible to have feed from not-subscribed channels)
Youtube is a trademark of Google Inc. Use of this trademark is subject to Google Permissions. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | okhbclgjekhengneikjmefclcojngijf |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/videofeed-for-youtube/okhbclgjekhengneikjmefclcojngijf |
| คำอธิบาย | Extension for Google Chrome™, shows the newest videos of subscribed channels of your YouTube™ account. |
| ขนาดไฟล์ | 56.41 KB |
| จำนวนการติดตั้ง | 148 |
| เวอร์ชันปัจจุบัน | 0.9.1 |
| อัปเดตครั้งล่าสุด | 2015-04-19 |
| วันที่เผยแพร่ | 2015-04-19 |
| คะแนน | 3.00/5 รวมทั้งหมด 3 คะแนน |
| ผู้พัฒนา | Lexing |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "VideoFeed for YouTube\u2122",
"description": "Extension for Google Chrome\u2122, shows the newest videos of subscribed channels of your YouTube\u2122 account.",
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"version": "0.9.1",
"permissions": [
"storage"
],
"options_page": "options.html",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"background": {
"page": "background.html"
},
"content_security_policy": "media-src 'self' https:\/\/*.apis.google.com\/; object-src 'self' https:\/\/*.apis.google.com\/; script-src 'self' 'unsafe-eval' https:\/\/*.apis.google.com\/;"
} | |