WebExtension.net
WebExtension.net

SpotiAds - Ads remover for Spotify™

View on Chrome Web Store
View SpotiAds - Ads remover for Spotify™ Chrome Extension on Chrome Web Store
4.1 (505 ratings)

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.6
Manifest version
2
Updated
Updated on April 14, 2024
View on Chrome Web Store
View SpotiAds - Ads remover for Spotify™ Chrome Extension on Chrome Web Store
productivity/workflow
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SpotiAds - Ads remover for Spotify\u2122",
    "short_name": "SpotiAdBlocker",
    "description": "Removes audio ads on Spotify\u2122 Web Player",
    "version": "1.1.6",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/open.spotify.com\/*"
    ],
    "icons": {
        "128": "images\/icon_2_128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon_2_128.png",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "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": [
        "injected\/*",
        "lib\/*"
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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