WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
SpotiAds - Ads remover for Spotify™

SpotiAds - Ads remover for Spotify™

View on Chrome Web Store
View SpotiAds - Ads remover for Spotify™ Chrome Extension on Chrome Web Store
Add to bookmarks
4.1 (512 ratings)
1 new ratings
6 views
This extension has been viewed 6 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Removes audio ads on Spotify™ Web Player
Type
Extension
Users
100,000 users
Tomer
View author page of Tomer
Published
Published on November 16, 2020
Version 1.1.7
Manifest version
3
Updated
Updated on March 15, 2025
lifestyle/entertainment
Extension Category
View on Chrome Web Store
View SpotiAds - Ads remover for Spotify™ Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SpotiAds - Ads remover for Spotify\u2122",
    "short_name": "SpotiAdBlocker",
    "description": "Removes audio ads on Spotify\u2122 Web Player",
    "version": "1.1.7",
    "permissions": [
        "webRequest"
    ],
    "icons": {
        "128": "images\/icon_2_128.png"
    },
    "action": {
        "default_icon": "images\/icon_2_128.png",
        "default_popup": "popup\/popup.html"
    },
    "host_permissions": [
        "https:\/\/open.spotify.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/open.spotify.com\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/open.spotify.com\/*"
            ],
            "js": [
                "lib\/sweetalert.min.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "lib\/*",
                "injected\/*",
                "images\/*"
            ],
            "matches": [
                "https:\/\/open.spotify.com\/*"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top