YouTube™ Redirector
Automatically redirects logged in users to the subscriptions page.
YouTube™ Redirector란 무엇입니까?
YouTube™ Redirector은(는) https://mrkannah.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically redirects logged in users to the subscriptions page."입니다.
확장 프로그램 스크린샷
YouTube™ Redirector 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
An extension that redirects logged in users from the youtube homepage to their subscriptions page. To enable the extension the user must be on youtube.com. Clicking the extension icon will display a menu with the options for the extension.
확장 프로그램 기본 정보
이름 | YouTube™ Redirector |
ID | fnlklbjlpkkdnelohembgpdahpfpfcbp |
공식 URL | https://chromewebstore.google.com/detail/youtube-redirector/fnlklbjlpkkdnelohembgpdahpfpfcbp |
설명 | Automatically redirects logged in users to the subscriptions page. |
파일 크기 | 44.4 KB |
설치 횟수 | 62 |
현재 버전 | 2.2.0 |
최근 업데이트 | 2017-10-18 |
출시 날짜 | 2017-10-17 |
평점 | 2.33/5 총 6 개의 평점 |
개발자 | https://mrkannah.com |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube\u2122 Redirector", "version": "2.2.0", "description": "Automatically redirects logged in users to the subscriptions page.", "background": { "scripts": [ "scripts\/raven.min.js", "background.js" ] }, "page_action": { "default_icon": "icons\/off-48.png", "default_title": "YouTube Redirector", "default_popup": "popUp\/popUp.html" }, "content_security_policy": " script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'", "icons": { "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "permissions": [ "storage", "tabs", "identity", "*:\/\/*.youtube.com\/*" ], "homepage_url": "http:\/\/mrkannah.com\/", "manifest_version": 2 } |