VK Comment Blocker

A convenient way to hide comments in the news and groups.

Qu'est-ce que VK Comment Blocker ?

VK Comment Blocker est une extension Chrome développée par mrmlnc, et sa fonction principale est "A convenient way to hide comments in the news and groups.".

Captures d'Écran de l'Extension

screenshot

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

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

                        Not everyone likes those comments, left by other users of the social network. Comments can sound insulting, silly and often absurd. With this extension you can hide comments in news feed and on the user page.                    

Informations de Base sur l'Extension

Nom VK Comment Blocker VK Comment Blocker
ID hcblijjkmabjdppajebmbmmkjnkflpbl
URL Officiel https://chromewebstore.google.com/detail/vk-comment-blocker/hcblijjkmabjdppajebmbmmkjnkflpbl
Description A convenient way to hide comments in the news and groups.
Taille du Fichier 11.91 KB
Nombre d'Installations 810
Version Actuelle 1.2.2
Dernière Mise à Jour 2016-08-18
Date de Publication 2016-08-18
Évaluation 4.76/5 Total 74 Évaluations
Développeur mrmlnc
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": 2,
    "name": "__MSG_app_name__",
    "short_name": "VKCommentBlocker",
    "description": "__MSG_app_description__",
    "version": "1.2.2",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "ru",
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_toolbar_button__"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/vk.com\/*",
                "https:\/\/vk.com\/*",
                "http:\/\/www.vk.com\/*",
                "https:\/\/www.vk.com\/*"
            ],
            "css": [
                "styles\/main.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}