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 |
公式URL | 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 |
Eメール | [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" ] } |