VK Block

расширение для блокировки постов ВК, являющихся рекламой

What is VK Block?

VK Block is a Chrome extension developed by zhakovnikita, and its main feature is "расширение для блокировки постов ВК, являющихся рекламой".

Extension Screenshots

screenshot

Download VK Block Extension CRX File

Download VK Block 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 Block VK Block
ID kppindngapmjhpdnonhjieofkalkpbbb
Official URL https://chromewebstore.google.com/detail/vk-block/kppindngapmjhpdnonhjieofkalkpbbb
Description расширение для блокировки постов ВК, являющихся рекламой
File Size 298 KB
Installation Count 78
Current Version 0.92
Last Updated 2017-07-17
Publish Date 2017-07-17
Rating 5.00/5 Total 3 Ratings
Developer zhakovnikita
Payment Type free
Help Page URL https://vk.com/vkblockford
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js",
            "firebase.js"
        ]
    },
    "browser_action": {
        "default_popup": "button\/popup.html",
        "default_title": "VK Block"
    },
    "content_scripts": [
        {
            "js": [
                "firebase.js"
            ],
            "matches": [
                "*:\/\/vk.com\/*"
            ]
        }
    ],
    "description": "\u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u043a\u0438 \u043f\u043e\u0441\u0442\u043e\u0432 \u0412\u041a, \u044f\u0432\u043b\u044f\u044e\u0449\u0438\u0445\u0441\u044f \u0440\u0435\u043a\u043b\u0430\u043c\u043e\u0439",
    "icons": {
        "128": "img\/icon.png"
    },
    "manifest_version": 2,
    "name": "VK Block",
    "permissions": [
        "*:\/\/vk.com\/*",
        "storage",
        "tabs"
    ],
    "short_name": "VK Block",
    "version": "0.92"
}