Spotify Ad Blocker - Blockify

Blockify is a Spotify Ad Blocker that blocks & removes audio ads from Spotify using Spotify adblock technology.

Spotify Ad Blocker - Blockify là gì?

Spotify Ad Blocker - Blockify là một tiện ích mở rộng Chrome được phát triển bởi https://getblockify.com, và tính năng chính của nó là "Blockify is a Spotify Ad Blocker that blocks & removes audio ads from Spotify using Spotify adblock technology.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Spotify Ad Blocker - Blockify

Tải xuống các tệp mở rộng Spotify Ad Blocker - Blockify dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        It is an effective Spotify Ad Blocker, specifically designed for removing audio ads using proven Spotify adblock technology. 

Do you wish you could enjoy your songs & playlists without constant ads and interruptions? 

Blockify is here to save the day! 
It greatly enhances your Spotify web player experience by blocking and removing all those cringy, frustrating, & embarrassing audio ads.

Say goodbye to disturbing interruptions and enjoy uninterrupted music streaming today using Blockify- the best ad blocker for Spotify!

Our algorithm has been specifically designed to work seamlessly with the Spotify web player, ensuring that you can listen to your favorite music without any disruptions.

Key Features:

1. Ad-free listening: Blockify blocks and removes audio ads from the Spotify web player, allowing you to enjoy your music without any annoying interruptions.

2. Easy to use: Simply install the Blockify Chrome extension, and the ad-blocking will automatically get applied as soon as you visit open.spotify.com, no complicated settings or configurations are required.

3. Lightweight and efficient: With less than 400 kb package size, Blockify is designed to be lightweight & efficient, ensuring that it doesn't slow down your browser or consume excessive resources.

4. Regular updates: Our team is constantly working to improve Blockify and ensure that it stays up-to-date with the latest changes in the Spotify's algorithm. This means that you can always enjoy an ad-free listening experience.

5. Privacy-focused: Blockify is committed to protecting your privacy. We do not collect any personal information or track your browsing habits. Your data stays safe and secure.

6. Browser-based: Enjoy music streaming using your browser, no desktop-based 3rd party software installation required.

To get started, simply install the Blockify adblocker Chrome extension and enjoy an ad-free audio listening experience. Whether you're working, studying, or just relaxing, our Spotify ad remover ensures that your music streaming is always smooth and uninterrupted.

Please note that Blockify is an independent project and a modified & improved fork of the spotify-web-ads-remover open-source GitHub repository (under open-source MIT License). To know more about it, visit getblockify.com/license.html. Blockify also offers a dual layer of ad-blocking mechanism that improves its effectiveness and efficacy. It also offers automatic ad-muting as a fallback to handle rare instances when the ad-blocking algorithm fails to block or remove audio ads- helping the users with a more consistent and enjoyable experience.

Upgrade your music and audio streaming experience today with Blockify. 
Download now and enjoy uninterrupted music streaming on open.spotify.com!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Spotify Ad Blocker - Blockify Spotify Ad Blocker - Blockify
ID nfmlkliedggdodlbgghmmchhgckjoaml
URL Chính Thức https://chromewebstore.google.com/detail/spotify-ad-blocker-blocki/nfmlkliedggdodlbgghmmchhgckjoaml
Mô tả Blockify is a Spotify Ad Blocker that blocks & removes audio ads from Spotify using Spotify adblock technology.
Kích Thước Tệp 413 KB
Số Lần Cài Đặt 80,000
Phiên Bản Hiện Tại 1.5.5
Cập Nhật Lần Cuối 2024-02-12
Ngày Phát Hành 2023-05-24
Đánh Giá 4.80/5 Tổng số 816 Đánh Giá
Nhà Phát Triển https://getblockify.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://getblockify.com
URL Trang Trợ Giúp https://chrome.google.com/webstore/detail/spotify-ad-blocker-blocki/nfmlkliedggdodlbgghmmchhgckjoaml/support
URL Trang Chính Sách Bảo Mật https://browsebetter.io/privacy-policy.php
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Spotify Ad Blocker - Blockify",
    "short_name": "Spotify Ad Blocker",
    "description": "Blockify is a Spotify Ad Blocker that blocks & removes audio ads from Spotify using Spotify adblock technology.",
    "homepage_url": "https:\/\/getblockify.com",
    "version": "1.5.5",
    "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": [
                "https:\/\/open.spotify.com\/*"
            ],
            "js": [
                "content_script.js",
                "mute.js"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/open.spotify.com\/*"
            ],
            "js": [
                "adi.js"
            ],
            "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",
            "256": "images\/256.png"
        },
        "default_title": "Blockify: Spotify Ad Blocker [Alt + S]"
    },
    "permissions": [
        "declarativeNetRequest",
        "storage",
        "background"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.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"
        }
    },
    "host_permissions": [
        "*:\/\/open.spotify.com\/*"
    ],
    "optional_host_permissions": [
        "*:\/\/*.spotify.com\/*"
    ],
    "offline_enabled": true
}