VK ads blocker

The extension allows to hide official advertising in Vkontakte newsfeed and some unofficial advert posts. Hide the left ads.

What is VK ads blocker?

VK ads blocker is a Chrome extension developed by Alex Bykov, and its main feature is "The extension allows to hide official advertising in Vkontakte newsfeed and some unofficial advert posts. Hide the left ads.".

Extension Screenshots

screenshot
screenshot
screenshot

Download VK ads blocker Extension CRX File

Download VK ads blocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Расширение позволяет скрыть из вашей новостной ленты "ВКонтакте" официальные рекламные посты (имеют соответствующую подпись) и большинство неофициальных. Неофициальные посты определяются по ключевым словам в тексте поста и в прикрепленном посте, если таковой имеется. На текущий момент скрываются посты со словами "подпишись" в различных вариациях.
В дальнейшем планируется развивать более интеллектуальное распознавание рекламных постов, а также мы планируем дать пользователю самому указать, какие именно посты следует скрывать из ленты.
Если вы хотите отключить расширение, достаточно нажать на его иконку вверху браузера и снять активность. Аналогично вы сможете включить блокировку постов, когда это будет необходимо.
Обратите внимание, что расширение не скрывает боковую рекламу "ВКонтакте", наша цель - скрывать рекламу в постах.                    

Extension Basic Information

Name VK ads blocker VK ads blocker
ID fomomdfamkmilpipcbnapeiegbiadbic
Official URL https://chromewebstore.google.com/detail/vk-ads-blocker/fomomdfamkmilpipcbnapeiegbiadbic
Description The extension allows to hide official advertising in Vkontakte newsfeed and some unofficial advert posts. Hide the left ads.
File Size 53.81 KB
Installation Count 2,648
Current Version 1.0.0
Last Updated 2018-01-04
Publish Date 2018-01-03
Rating 3.27/5 Total 11 Ratings
Developer Alex Bykov
Email [email protected]
Payment Type free
Supported Languages en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_app_title__",
    "short_name": "VK ads blocker",
    "description": "__MSG_app_description__",
    "default_locale": "ru",
    "version": "1.0.0",
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "img\/icon_128.png",
        "default_title": "VK ads blocker",
        "default_popup": "settings.html"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/vk.com\/*",
                "https:\/\/vk.com\/*",
                "http:\/\/www.vk.com\/*",
                "https:\/\/www.vk.com\/*"
            ],
            "js": [
                "scripts\/jquery-1.11.2.min.js",
                "scripts\/main.js"
            ],
            "run_at": "document_end"
        }
    ]
}