Shut Up Already!
This extension mutes all Chrome tabs by default. Great tool against autoplayed videos and ads!
Shut Up Already!とは何ですか?
Shut Up Already!はMichał Matyasによって開発されたChromeの拡張機能で、その主な機能は「This extension mutes all Chrome tabs by default. Great tool against autoplayed videos and ads!」です。
拡張機能のスクリーンショット
Shut Up Already!拡張機能のCRXファイルをダウンロード
Shut Up Already!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extensions mutes all Chrome tabs by default allowing you to make tab audible on-demand. I've created it because I got furious at various news sites that autoplay videos in background, often somewhere along the text or in the sidebar. **This extension has zero analytics, tracking or any other data gathering and it will stay this way forever.** WHAT'S NEW 2.0.1: Update privacy practices 2.0: Removed popup, added options page and context menu instead. Clicking on mute icon will now toggle mute status. 1.2: Added popup with multiple options and settings 1.0: Initial release
拡張機能の基本情報
名前 | Shut Up Already! |
ID | iloigdigjemgpoejkbcbehdjbihelhkk |
公式URL | https://chromewebstore.google.com/detail/shut-up-already/iloigdigjemgpoejkbcbehdjbihelhkk |
説明 | This extension mutes all Chrome tabs by default. Great tool against autoplayed videos and ads! |
ファイルサイズ | 43.56 KB |
インストール数 | 24,633 |
現在のバージョン | 2.0 |
最終更新日 | 2021-05-18 |
公開日 | 2016-08-18 |
評価 | 4.73/5 合計 15 レビュー |
開発者 | Michał Matyas |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Shut Up Already!", "short_name": "STFU Already!", "author": "Micha\u0142 Matyas", "version": "2.0", "description": "This extension mutes all Chrome tabs by default. Great tool against autoplayed videos and ads!", "icons": { "128": "audio-muted.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "audio-muted.png" }, "options_page": "options.html", "permissions": [ "tabs", "storage", "contextMenus" ] } |