Remove VK ads

Removes advertisements, posts, banners on the social network Vkontakte

Qu'est-ce que Remove VK ads ?

Remove VK ads est une extension Chrome développée par Vladimir Barkasov, et sa fonction principale est "Removes advertisements, posts, banners on the social network Vkontakte".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Remove VK ads

Téléchargez les fichiers d'extension Remove VK ads au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Remove VK ads Remove VK ads
ID bjhgmpfjfdmecjjgmhdgnjmbmopkepca
URL Officiel https://chromewebstore.google.com/detail/remove-vk-ads/bjhgmpfjfdmecjjgmhdgnjmbmopkepca
Description Removes advertisements, posts, banners on the social network Vkontakte
Taille du Fichier 111 KB
Nombre d'Installations 10,000
Version Actuelle 1.7
Dernière Mise à Jour 2023-02-14
Date de Publication 2018-11-30
Évaluation 4.20/5 Total 143 Évaluations
Développeur Vladimir Barkasov
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}