Sound Destroyer

Sound Destroyer mutes noisy, intrusive websites. Only trusted sites will make noise on inactive tabs.

Sound Destroyerคืออะไร?

Sound Destroyer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jackie Ell และคุณลักษณะหลักของมันคือ "Sound Destroyer mutes noisy, intrusive websites. Only trusted sites will make noise on inactive tabs."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sound Destroyer

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