Shut Up Already!

This extension mutes all Chrome tabs by default. Great tool against autoplayed videos and ads!

Shut Up Already!คืออะไร?

Shut Up Already! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Michał Matyas และคุณลักษณะหลักของมันคือ "This extension mutes all Chrome tabs by default. Great tool against autoplayed videos and ads!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shut Up Already!

ดาวน์โหลดไฟล์ส่วนขยาย 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! 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
อีเมล [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"
    ]
}