Sound Destroyer
Sound Destroyer mutes noisy, intrusive websites. Only trusted sites will make noise on inactive tabs.
什麼是Sound Destroyer?
Sound Destroyer是由Jackie Ell開發的Chrome擴展程式,該擴展的主要功能是“Sound Destroyer mutes noisy, intrusive websites. Only trusted sites will make noise on inactive tabs.”。
擴展截圖
下載Sound Destroyer擴展crx文件
下載Sound Destroyer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Sound Destroyer is open source! Fork it here: https://github.com/jackie-ell/sound-destroyer-ext Please contact me via email if you encounter a bug, or wish to request a feature. Mutes tabs that are: * Making noise! * Not your current, active tab * Not part of your "trusted sites" list What are "trusted sites"? How do I use them? Trusted sites are websites that you want to make background noise. Ex: listening to a song on YouTube while you browse another tab. You can add a trusted site by clicking on the extension icon and using the popup interface. Trusted sites are opinionated and must follow the "www.somewhere.com" format.
擴展基本資訊
名稱 | Sound Destroyer |
ID | pekienofpgmnhgaeommfoemmnimpaelk |
官方網址 | https://chromewebstore.google.com/detail/sound-destroyer/pekienofpgmnhgaeommfoemmnimpaelk |
簡介 | Sound Destroyer mutes noisy, intrusive websites. Only trusted sites will make noise on inactive tabs. |
檔案大小 | 246 KB |
安裝次數 | 26 |
目前版本 | 0.1 |
更新時間 | 2017-10-26 |
上架時間 | 2017-10-26 |
評分 | 4.00/5 共 1 次評分 |
開發者 | Jackie Ell |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sound Destroyer", "description": "Sound Destroyer mutes noisy, intrusive websites. Only trusted sites will make noise on inactive tabs.", "version": "0.1", "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icon1600.png", "48": "icon1600.png", "128": "icon1600.png" }, "permissions": [ "tabs", "storage" ] } |