VK Ad Blocker Beta

Удалить рекламу вконтакте

What is VK Ad Blocker Beta?

VK Ad Blocker Beta is a Chrome extension developed by PanchaTeam, and its main feature is "Удалить рекламу вконтакте".

Extension Screenshots

screenshot

Download VK Ad Blocker Beta Extension CRX File

Download VK Ad Blocker Beta 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

                        Удалить рекламу VK (вконтакте)
Block VK Ads                    

Extension Basic Information

Name VK Ad Blocker Beta VK Ad Blocker Beta
ID acpadffhaelioakobdjgobbfpbmlenag
Official URL https://chromewebstore.google.com/detail/vk-ad-blocker-beta/acpadffhaelioakobdjgobbfpbmlenag
Description Удалить рекламу вконтакте
File Size 30.87 KB
Installation Count 737
Current Version 1.0.0
Last Updated 2016-10-19
Publish Date 2016-10-18
Rating 4.68/5 Total 19 Ratings
Developer PanchaTeam
Email [email protected]
Payment Type free
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VK Ad Blocker Beta",
    "version": "1.0.0",
    "description": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0440\u0435\u043a\u043b\u0430\u043c\u0443 \u0432\u043a\u043e\u043d\u0442\u0430\u043a\u0442\u0435",
    "minimum_chrome_version": "45",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.vk.com\/*",
        "*:\/\/vk.com\/",
        "*:\/\/*.vk.me\/*",
        "*:\/\/*.vk-cdn.net\/*",
        "*:\/\/an.yandex.ru\/*",
        "*:\/\/*.mail.ru\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/vk.com\/*"
        ]
    },
    "web_accessible_resources": [
        "bootstrap.js",
        "blocker-main.js"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "icons": {
        "128": "icon.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/vk.com https:\/\/new.vk.com https:\/\/ssl.google-analytics.com;object-src 'self'",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "blocker-main.js"
            ],
            "matches": [
                "https:\/\/new.vk.com\/*",
                "http:\/\/new.vk.com\/*",
                "https:\/\/vk.com\/*",
                "http:\/\/vk.com\/*"
            ]
        }
    ]
}