SpotiShush

Mutes audio ads on Spotify, Deezer, TIDAL and IDAGIO.

SpotiShushคืออะไร?

SpotiShush เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Guilherme Silva (guihkx) และคุณลักษณะหลักของมันคือ "Mutes audio ads on Spotify, Deezer, TIDAL and IDAGIO."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย SpotiShush ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        When SpotiShush detects an audio ad, it automatically mutes the tab for you! After the ad finishes, SpotiShush unmutes the tab so you can enjoy your favorite songs again!

New in v2023.9.26:

[Fixes]
- Deezer: Update ad detection mechanism                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SpotiShush SpotiShush
ID dfbbfmkkafpoohlcmkndjnpohhgelgnf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/spotishush/dfbbfmkkafpoohlcmkndjnpohhgelgnf
คำอธิบาย Mutes audio ads on Spotify, Deezer, TIDAL and IDAGIO.
ขนาดไฟล์ 14.68 KB
จำนวนการติดตั้ง 9,811
เวอร์ชันปัจจุบัน 2023.9.26
อัปเดตครั้งล่าสุด 2023-09-27
วันที่เผยแพร่ 2020-07-04
คะแนน 4.08/5 รวมทั้งหมด 72 คะแนน
ผู้พัฒนา Guilherme Silva (guihkx)
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/guihkx/spotishush
URL หน้าช่วยเหลือ https://github.com/guihkx/spotishush
ภาษาที่รองรับ en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SpotiShush",
    "version": "2023.9.26",
    "default_locale": "en",
    "description": "__MSG_ext_desc__",
    "icons": {
        "16": "img\/spotishush16.png",
        "48": "img\/spotishush48.png",
        "128": "img\/spotishush128.png"
    },
    "author": "guihkx",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/open.spotify.com\/*",
                "https:\/\/www.deezer.com\/*",
                "https:\/\/listen.tidal.com\/*",
                "https:\/\/app.idagio.com\/*"
            ],
            "js": [
                "spotishush.js"
            ]
        }
    ]
}