YouMute(r)
Chrome plugin that automatically mutes youtube commercials.
什麼是YouMute(r)?
YouMute(r)是由Adam Gajzlerowicz開發的Chrome擴展程式,該擴展的主要功能是“Chrome plugin that automatically mutes youtube commercials.”。
擴展截圖
下載YouMute(r)擴展crx文件
下載YouMute(r)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Chrome plugin that automatically mutes youtube commercials. After the commercial finished, the volume goes back up. Thanks to it, casters can still be reworded by youtube, but you don't have to listen to crappy commercials.
擴展基本資訊
名稱 | |
ID | hbhjkldledabllijjmnmfhhiejephibe |
官方網址 | https://chrome.google.com/webstore/detail/youmuter/hbhjkldledabllijjmnmfhhiejephibe |
簡介 | Chrome plugin that automatically mutes youtube commercials. |
檔案大小 | 8.27 KB |
安裝次數 | 355 |
目前版本 | 1.2 |
更新時間 | 2017-10-13 |
上架時間 | 2017-10-13 |
評分 | 3.05/5 共 19 次評分 |
開發者 | Adam Gajzlerowicz |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouMute(r)", "short_name": "YouMute(r)", "version": "1.2", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "Chrome plugin that automatically mutes youtube commercials.", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "muter.js" ] } ] } |