Remove VK ads

Removes advertisements, posts, banners on the social network Vkontakte

什么是Remove VK ads?

Remove VK ads是由Vladimir Barkasov开发的Chrome扩展程序,该扩展的主要功能是“Removes advertisements, posts, banners on the social network Vkontakte”。

扩展截图

screenshot
screenshot
screenshot

下载Remove VK ads扩展crx文件

下载Remove VK ads扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The extension removes the following types of ads on the vk.com social network:
- advertising banners on the left side of the page,
- advertising posts in the feed, publics and groups,
- advertising posts in the feed, publics and groups.                    

扩展基本信息

名称 Remove VK ads Remove VK ads
ID bjhgmpfjfdmecjjgmhdgnjmbmopkepca
官方URL https://chromewebstore.google.com/detail/remove-vk-ads/bjhgmpfjfdmecjjgmhdgnjmbmopkepca
简介 Removes advertisements, posts, banners on the social network Vkontakte
文件大小 111 KB
安装次数 10,000
当前版本 1.7
更新时间 2023-02-14
上架时间 2018-11-30
评分 4.20/5 共143次评分
开发者 Vladimir Barkasov
电子邮箱 [email protected]
付费类型 free
支持的语言 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "ru",
    "name": "__MSG_appTitle__",
    "description": "__MSG_appDesc__",
    "version": "1.7",
    "author": "Vladimir Barkasov",
    "homepage_url": "https:\/\/vbarkasov.com",
    "icons": {
        "16": "img\/icons\/16default.png",
        "32": "img\/icons\/32default.png",
        "128": "img\/icons\/128default.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.vk.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "img\/icons\/32default.png",
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "https:\/\/*.vk.com\/*"
    ],
    "permissions": [
        "activeTab"
    ]
}