No Interruptions

Mute Tab during Spotify Ads

No Interruptionsคืออะไร?

No Interruptions เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mohit Hotwani และคุณลักษณะหลักของมันคือ "Mute Tab during Spotify Ads"

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

screenshot

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

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

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

                        No need to get distracted from work while listening to music on Spotify, No Interruptions extension will mute ADs for you and unmute when AD ends.                    

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

ชื่อ No Interruptions No Interruptions
ID hpepnbfnjpagjknkhhpohialemblblog
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/no-interruptions/hpepnbfnjpagjknkhhpohialemblblog
คำอธิบาย Mute Tab during Spotify Ads
ขนาดไฟล์ 25.69 KB
จำนวนการติดตั้ง 51
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2022-11-07
วันที่เผยแพร่ 2022-11-06
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Mohit Hotwani
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No Interruptions",
    "description": "Mute Tab during Spotify Ads",
    "version": "0.0.1",
    "manifest_version": 3,
    "author": "Mohit",
    "action": {
        "default_icon": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/open.spotify.com\/*"
            ],
            "js": [
                "noInterruptions.js"
            ]
        }
    ]
}