Ad Mute for spotify.com

Automatically mutes advertisements between songs at spotify.com

Ad Mute for spotify.comคืออะไร?

Ad Mute for spotify.com เป็นส่วนขยายของ Chrome ที่พัฒนาโดย arismelachroinos และคุณลักษณะหลักของมันคือ "Automatically mutes advertisements between songs at spotify.com"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ad Mute for spotify.com

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

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

                        This extension has no UI.
It automatically mutes the chrome tab whenever an advertisement is playing, and unmutes it as soon as it is finished.

This extension has nothing to do with the Spotify company whatsoever.

I put a lot of time and effort making this free extension. If you enjoy it and you wish to support me, you can donate via this link:
https://www.paypal.com/donate/?hosted_button_id=BTK97P92ZF29U                    

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

ชื่อ Ad Mute for spotify.com Ad Mute for spotify.com
ID mjncgoplaadnohdddphicedebkafaphe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ad-mute-for-spotifycom/mjncgoplaadnohdddphicedebkafaphe
คำอธิบาย Automatically mutes advertisements between songs at spotify.com
ขนาดไฟล์ 36.73 KB
จำนวนการติดตั้ง 249
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2022-03-27
วันที่เผยแพร่ 2021-10-18
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา arismelachroinos
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.freeprivacypolicy.com/live/2c558424-4917-4625-89ff-5f1d72958783
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ad Mute for spotify.com",
    "version": "0.2",
    "description": "Automatically mutes advertisements between songs at spotify.com",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.spotify.com\/*"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    }
}