Subscription Bar Remover For Youtube
Removes Youtube's New Subscription Bar And Autoplay.
Subscription Bar Remover For Youtube란 무엇입니까?
Subscription Bar Remover For Youtube은(는) Adam에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Removes Youtube's New Subscription Bar And Autoplay."입니다.
확장 프로그램 스크린샷
Subscription Bar Remover For Youtube 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Removes Youtube's New Subscriptions Bar & Stops Auto Playing The Next video. Firefox Version: http://userscripts.org/scripts/show/82587 Tutorial: http://www.youtube.com/watch?v=zX1-Fr8-Afs If you find errors please comment on http://www.youtube.com/all_comments?v=q3k6q1KN5E8
확장 프로그램 기본 정보
이름 | Subscription Bar Remover For Youtube |
ID | jpajpedkdbbffnpjopibeolebkjdiikp |
공식 URL | https://chromewebstore.google.com/detail/subscription-bar-remover/jpajpedkdbbffnpjopibeolebkjdiikp |
설명 | Removes Youtube's New Subscription Bar And Autoplay. |
파일 크기 | 307 KB |
설치 횟수 | 552 |
현재 버전 | 2.1.15 |
최근 업데이트 | 2012-08-27 |
출시 날짜 | 2012-08-27 |
평점 | 4.54/5 총 96 개의 평점 |
개발자 | Adam |
결제 유형 | free |
도움말 페이지 URL | http://www.youtube.com/all_comments?v=q3k6q1KN5E8 |
지원되는 언어 | en |
manifest.json | |
{ "content_scripts": [ { "exclude_globs": [ "*youtube.com\/watch?v=*&feature=PlayList*" ], "include_globs": [ "http:\/\/*youtube.com\/*" ], "js": [ "script.js" ], "matches": [ "http:\/\/*\/*" ] } ], "description": "Removes Youtube's New Subscription Bar And Autoplay.", "icons": { "128": "icon128.png", "16": "icon16.png", "32": "icon32.png", "48": "icon48.png" }, "converted_from_user_script": true, "name": "Subscription Bar Remover For Youtube", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.1.15", "manifest_version": 2 } |