VideoFeed for YouTube™
Extension for Google Chrome™, shows the newest videos of subscribed channels of your YouTube™ account.
VideoFeed for YouTube™란 무엇입니까?
VideoFeed for YouTube™은(는) Lexing에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension for Google Chrome™, shows the newest videos of subscribed channels of your YouTube™ account."입니다.
확장 프로그램 스크린샷
VideoFeed for YouTube™ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | VideoFeed for YouTube™ |
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\/;" } |