---
metadata:
  - name: generator
    content: Diplodoc Platform v5.39.1
alternate:
  - en/
  - ru/
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.com/dev/contentblocker/doc/en/llms.txt

# Overview
<!-- keywords: yandex
keywords: ad blocking
keywords: technologies
keywords: browser
keywords: extension
keywords: content blocker
content: Blocking content" 
content: The Content Blocker API allows the developer of a content blocking extension to integrate it into Yandex.Browser so users can block ads -->

If you have developed a content blocker on the Android platform, you can integrate it into the [mobile Yandex.Browser](https://browser.yandex.com/mobile/main/). Then Yandex.Browser users can install your extension and use it for blocking ads and other unwanted content.


{% note info %}

The Content Blocker API is supported in Yandex.Browser versions 16.6 and later.

{% endnote %}


When a user chooses the extension in the browser settings, the browser requests filters from the extension and uses them to start blocking unwanted content on web pages.

Even if the user installed multiple content blockers on the device, only one of them can be selected in settings.

![](_images/browser-settings-content-blocker.png)

## Why you should integrate your extension into Yandex.Browser {#advantages}

Yandex.Browser integration expands the audience for your extension. In 2015, the Yandex.Browser mobile audience reached 10 million users and continues to grow.

## Which extensions can use the Yandex Content Blocker API {#extension-requirements}

The API supports extensions developed for Android smartphones and tablets (versions 4.1 and later).


{% note info %}

If the extension is compatible with [Samsung Internet for Android](http://developer.samsung.com/internet/android/extension-guide.html), it will work in Yandex.Browser without any additional configuration.

{% endnote %}


## What types of filters are supported {#filters-requirements}

Yandex.Browser supports filters in the [Adblock Plus](https://adblockplus.org/filters) format. All parameters are supported, except the `sitekey` parameter. Filters must be packed in a standard Android `apk` package.

