WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Spotify Ad Blocker - Blockify

Spotify Ad Blocker - Blockify

View on Chrome Web Store
View Spotify Ad Blocker - Blockify Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (3,815 ratings)
9 new ratings
7 views
This extension has been viewed 7 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.

Blockify is a Spotify Ad Blocker that blocks & removes audio ads from Spotify using Spotify adblock technology.
Type
Extension
Users
200,000 users
100K
Website getblockify.com
ValueFoundry
View author page of ValueFoundry
Featured Extension

Hand-picked for quality and usefulness

Published
Published on May 24, 2023
Version 1.8.4
Manifest version
3
Updated
Updated on June 23, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Spotify Ad Blocker - Blockify 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": "__MSG_name__",
    "short_name": "Spotify Ad Blocker",
    "description": "__MSG_description__",
    "default_locale": "en",
    "homepage_url": "https:\/\/getblockify.com",
    "version": "1.8.4",
    "icons": {
        "32": "images\/32.png",
        "48": "images\/48.png",
        "64": "images\/64.png",
        "128": "images\/128.png",
        "256": "images\/256.png"
    },
    "author": "Spotify Ad Blocker: Blockify",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/open.spotify.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "css.js",
                "sharebx.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/open.spotify.com\/*"
            ],
            "js": [
                "content_script.js",
                "frames.js"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "css": [
                "yt.css"
            ],
            "js": [
                "yt.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "<all_urls>"
            ],
            "all_frames": true,
            "extension_ids": [
                "*"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "32": "images\/32.png",
            "48": "images\/48.png",
            "64": "images\/64.png",
            "128": "images\/128.png",
            "256": "images\/256.png"
        },
        "default_title": "Blockify Ad Blocker"
    },
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "scripting",
        "storage",
        "background",
        "activeTab",
        "webNavigation",
        "tabs",
        "alarms"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_0",
                "enabled": true,
                "path": "rules.json"
            },
            {
                "id": "ublock-filters",
                "enabled": true,
                "path": "\/filters\/ublock-filters.json"
            },
            {
                "id": "easylist",
                "enabled": true,
                "path": "\/filters\/easylist.json"
            },
            {
                "id": "easyprivacy",
                "enabled": true,
                "path": "\/filters\/easyprivacy.json"
            },
            {
                "id": "pgl",
                "enabled": true,
                "path": "\/filters\/pgl.json"
            },
            {
                "id": "urlhaus-full",
                "enabled": true,
                "path": "\/filters\/urlhaus-full.json"
            },
            {
                "id": "yt-rules",
                "enabled": true,
                "path": "\/filters\/yt.json"
            }
        ]
    },
    "commands": {
        "open_spotify": {
            "suggested_key": {
                "default": "Alt+S",
                "windows": "Alt+S",
                "mac": "Alt+S",
                "chromeos": "Alt+S",
                "linux": "Alt+S"
            },
            "description": "Press Alt + S to open Spotify (option + S for MacOS)"
        }
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "offline_enabled": true
}
© 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