Youtube Subscriptions Homescreen
Makes your subscriptions your homepage.
Youtube Subscriptions Homescreen란 무엇입니까?
Youtube Subscriptions Homescreen은(는) http://kiricon.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Makes your subscriptions your homepage."입니다.
확장 프로그램 스크린샷
Youtube Subscriptions Homescreen 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension, once installed will change your default YouTube home screen from "What to Watch" to "My Subscriptions" just like YouTube use to be. YouTube recently changed their layout so that by default you are taken to the "What to watch" as the you tube home screen. I personally found it a bit annoying so I created this extension. Hope you guys enjoy it!
확장 프로그램 기본 정보
이름 | |
ID | hjcppaaijnfjigbegedakkalgclkljjc |
공식 URL | https://chrome.google.com/webstore/detail/youtube-subscriptions-hom/hjcppaaijnfjigbegedakkalgclkljjc |
설명 | Makes your subscriptions your homepage. |
파일 크기 | 11.99 KB |
설치 횟수 | 810 |
현재 버전 | 1.0 |
최근 업데이트 | 2014-09-16 |
출시 날짜 | 2014-09-16 |
평점 | 4.78/5 총 23 개의 평점 |
개발자 | http://kiricon.net |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://kiricon.net |
도움말 페이지 URL | http://kiricon.net |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "css": [ "style.css" ], "js": [ "script.js" ], "matches": [ "http:\/\/www.youtube.com\/", "https:\/\/www.youtube.com\/" ], "run_at": "document_start" } ], "description": "Makes your subscriptions your homepage.", "homepage_url": "http:\/\/kiricon.net", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "name": "Youtube Subscriptions Homescreen", "permissions": [ "storage" ], "version": "1.0" } |