Spotless: Spotify Ad Muter

Mute Spotify Ads with Spotless- a Spotify Ad Muter extension that mutes all annoying audio ads from the Spotify web player

Spotless: Spotify Ad Muterคืออะไร?

Spotless: Spotify Ad Muter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getspotless.app และคุณลักษณะหลักของมันคือ "Mute Spotify Ads with Spotless- a Spotify Ad Muter extension that mutes all annoying audio ads from the Spotify web player"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Spotless: Spotify Ad Muter

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

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

                        Introducing Spotless:
a revolutionary extension designed to mute Spotify ads & enhance your Spotify web player experience. 

This ingenious tool is designed to mute all those cringy audio ads that interrupt your music flow, ensuring a seamless and no-BS listening experience.

Spotless works by identifying the audio ads on Spotify and automatically muting them, effectively allowing you to enjoy your favorite music without any annoying BS. 

It's incredibly easy to use - simply install the extension, and it will automatically mute all ads on the Spotify web player, accessible at open.spotify.com.

Key Features:

1. Automatic Ad Muting: Spotless automatically identifies and mutes all audio ads on Spotify, ensuring a seamless listening experience.
2. Easy to Use: Simply install the extension and let it do the work. No complicated settings or configurations required.
3. Compatible with Spotify Web Player: Spotless is designed specifically for the Spotify web player, making it a perfect companion for all Spotify users.

Key Benefits:

1. No Ad-based BS: Enjoy your favorite music without any annoying ad interruptions.
2. Enhanced Listening Experience: With Spotless, your Spotify listening experience will be smoother and more enjoyable.
3. Save Time: No need to manually mute ads or upgrade to a premium account. Spotless does it all for you.

Spotless is perfect for all Spotify users who want to enjoy their music without any interruptions. It's a simple, effective, and user-friendly solution that enhances your Spotify listening experience.

In terms of performance and quality, Spotless is a top-notch extension that works seamlessly with the Spotify web player. It's reliable, efficient, and designed to deliver the best results. 

Install Spotless today and say goodbye to annoying Spotify ads forever ;)                    

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

ชื่อ Spotless: Spotify Ad Muter Spotless: Spotify Ad Muter
ID jpfnanpgediipkfpjlacaadidklielad
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/spotless-spotify-ad-muter/jpfnanpgediipkfpjlacaadidklielad
คำอธิบาย Mute Spotify Ads with Spotless- a Spotify Ad Muter extension that mutes all annoying audio ads from the Spotify web player
ขนาดไฟล์ 57.94 KB
จำนวนการติดตั้ง 848
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2023-09-13
วันที่เผยแพร่ 2023-08-10
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://getspotless.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://getspotless.app/
URL หน้าช่วยเหลือ https://chrome.google.com/webstore/detail/jpfnanpgediipkfpjlacaadidklielad/support
URL หน้านโยบายความเป็นส่วนตัว https://browsebetter.io/privacy-policy.php
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Spotless: Spotify Ad Muter",
    "short_name": "Spotless: Spotify Ad Muter",
    "description": "Mute Spotify Ads with Spotless- a Spotify Ad Muter extension that mutes all annoying audio ads from the Spotify web player",
    "version": "1.0.2",
    "homepage_url": "https:\/\/getspotless.app",
    "icons": {
        "32": "images\/32.png",
        "48": "images\/48.png",
        "64": "images\/64.png",
        "128": "images\/128.png"
    },
    "author": "Spotless: Spotify Ad Muter",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/open.spotify.com\/*"
            ],
            "js": [
                "muter.js"
            ],
            "css": [
                "muter.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                ""
            ],
            "all_frames": true,
            "extension_ids": [
                "*"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "32": "images\/32.png",
            "48": "images\/48.png",
            "64": "images\/64.png",
            "128": "images\/128.png"
        },
        "default_title": "Spotless: Spotify Ad Muter"
    },
    "permissions": [
        "storage",
        "background"
    ],
    "offline_enabled": true
}