QuietAds
QuietAds reduces the volume of ads on Twitch and Youtube. Hulu support coming soon!
QuietAds란 무엇입니까?
QuietAds은(는) die4ever2005에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "QuietAds reduces the volume of ads on Twitch and Youtube. Hulu support coming soon!"입니다.
확장 프로그램 스크린샷
QuietAds 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
(Very early alpha version) Ads can be annoying, but you don't want to block them because then your favorite Twitch streamers and Youtube channels won't make any money. QuietAds will automatically lower the volume on Twitch and Youtube ads, and it will remember the volume you set for ads and for streams separately. Current default ad volume is 10%. Hulu support coming soon!
확장 프로그램 기본 정보
이름 | |
ID | hbchdcohponnnjbicnlmhimhidadafmj |
공식 URL | https://chromewebstore.google.com/detail/quietads/hbchdcohponnnjbicnlmhimhidadafmj |
설명 | QuietAds reduces the volume of ads on Twitch and Youtube. Hulu support coming soon! |
파일 크기 | 37.34 KB |
설치 횟수 | 325 |
현재 버전 | 0.24 |
최근 업데이트 | 2015-11-26 |
출시 날짜 | 2015-11-25 |
평점 | 3.84/5 총 19 개의 평점 |
개발자 | die4ever2005 |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QuietAds", "description": "QuietAds reduces the volume of ads on Twitch and Youtube. Hulu support coming soon!", "version": "0.24", "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*", "*:\/\/*.youtube.com\/*" ], "js": [ "jquery-2.1.4.min.js", "script.js" ], "run_at": "document_idle" } ], "permissions": [ "storage" ] } |