Remove VK ads

Removes advertisements, posts, banners on the social network Vkontakte

Wat is Remove VK ads?

Remove VK ads is een Chrome-extensie ontwikkeld door Vladimir Barkasov, en de belangrijkste functie is "Removes advertisements, posts, banners on the social network Vkontakte".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Remove VK ads

Download Remove VK ads-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Remove VK ads Remove VK ads
ID bjhgmpfjfdmecjjgmhdgnjmbmopkepca
Officiële URL https://chromewebstore.google.com/detail/remove-vk-ads/bjhgmpfjfdmecjjgmhdgnjmbmopkepca
Beschrijving Removes advertisements, posts, banners on the social network Vkontakte
Bestandsgrootte 111 KB
Aantal Installaties 10,000
Huidige Versie 1.7
Laatst Bijgewerkt 2023-02-14
Publicatiedatum 2018-11-30
Beoordeling 4.20/5 Totaal 143 Beoordelingen
Ontwikkelaar Vladimir Barkasov
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}