Mutecast
Mutes Xfinity ads
什麼是Mutecast?
Mutecast是由scichro開發的Chrome擴展程式,該擴展的主要功能是“Mutes Xfinity ads”。
擴展截圖
下載Mutecast擴展crx文件
下載Mutecast擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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 } |