Mutecast
Mutes Xfinity ads
Mutecast란 무엇입니까?
Mutecast은(는) scichro에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Mutes Xfinity ads"입니다.
확장 프로그램 스크린샷
Mutecast 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Use Mutecast to mute commercials and mute ads on Xfinity.com. This extension is helpful if you find the commercials to be annoying while streaming content on Xfinity or comcast. This extension will mute those ads automatically and give you peace. If you are watching a supported on-demand program or a supported live-tv channel, your Chrome tab will be muted when an ad begins playing. Note this may not work on all live tv channels, as some tv providers stream their own ads and we can't detect them. However, it does have pretty good success with on-demand content. It DOES NOT work on all live channels as each station handles ads slightly differently. It SHOULD work on most on demand programs and SOME live tv. We will work to improve the coverage across more live tv stations as time permits.
확장 프로그램 기본 정보
이름 | Mutecast |
ID | jhpjbniceafncncbafccncakkkejhaka |
공식 URL | https://chromewebstore.google.com/detail/mutecast/jhpjbniceafncncbafccncakkkejhaka |
설명 | Mutes Xfinity ads |
파일 크기 | 29.99 KB |
설치 횟수 | 147 |
현재 버전 | 1.0 |
최근 업데이트 | 2019-12-09 |
출시 날짜 | 2019-12-09 |
개발자 | scichro |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | http://www.scisci.com/mutecast/privacy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mutecast", "version": "1.0", "description": "Mutes Xfinity ads", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png", "1024": "icon1024.png" }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "webRequest", "*:\/\/analytics.xcal.tv\/", "*:\/\/www.xfinity.com\/" ], "background": { "scripts": [ "background.js" ] }, "manifest_version": 2 } |