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 |
官方網址 | 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 |
電子郵箱 | [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" ] } |