Youtube disable lightsaber sound
Removes the annoying youtube lightsaber sound
Youtube disable lightsaber sound란 무엇입니까?
Youtube disable lightsaber sound은(는) JustSomeThings에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Removes the annoying youtube lightsaber sound"입니다.
Youtube disable lightsaber sound 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
1.0.3 UPDATE: YouTube made a change and broke the extension for a few hours today. MiJyn has fixed it and we are back up and running! This tiny little extension simply disables the annoying lightsaber sound that YouTube plays when adjusting the volume after you've enabled Star Wars mode. Extension written by MiJyn and originally distributed via Wordpress at https://lkubuntu.wordpress.com/2015/12/07/how-to-remove-the-annoying-youtube-lightsaber-sound/ Uploaded here with the permission of MiJyn.
확장 프로그램 기본 정보
이름 | |
ID | eaamonkdclpjhbcjfpbkpgabpfdbijde |
공식 URL | https://chrome.google.com/webstore/detail/youtube-disable-lightsabe/eaamonkdclpjhbcjfpbkpgabpfdbijde |
설명 | Removes the annoying youtube lightsaber sound |
파일 크기 | 96.6 KB |
설치 횟수 | 472 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2016-01-05 |
출시 날짜 | 2016-01-05 |
평점 | 4.55/5 총 42 개의 평점 |
개발자 | JustSomeThings |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube disable lightsaber sound", "description": "Removes the annoying youtube lightsaber sound", "version": "1.0.3", "permissions": [ "https:\/\/www.youtube.com\/" ], "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "content.js" ], "all_frames": true } ] } |