VK Ad Blocker Beta

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

Qu'est-ce que VK Ad Blocker Beta ?

VK Ad Blocker Beta est une extension Chrome développée par PanchaTeam, et sa fonction principale est "Удалить рекламу вконтакте".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension VK Ad Blocker Beta

Téléchargez les fichiers d'extension VK Ad Blocker Beta 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

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

Informations de Base sur l'Extension

Nom VK Ad Blocker Beta VK Ad Blocker Beta
ID acpadffhaelioakobdjgobbfpbmlenag
URL Officiel https://chromewebstore.google.com/detail/vk-ad-blocker-beta/acpadffhaelioakobdjgobbfpbmlenag
Description Удалить рекламу вконтакте
Taille du Fichier 30.87 KB
Nombre d'Installations 737
Version Actuelle 1.0.0
Dernière Mise à Jour 2016-10-19
Date de Publication 2016-10-18
Évaluation 4.68/5 Total 19 Évaluations
Développeur PanchaTeam
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}