SockNit Article Comment Blocker

This extension blocks annoying user comments on major news & media sites.

Qu'est-ce que SockNit Article Comment Blocker ?

SockNit Article Comment Blocker est une extension Chrome développée par https://socknit.com, et sa fonction principale est "This extension blocks annoying user comments on major news & media sites.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

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

Téléchargez les fichiers d'extension SockNit Article 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

                        Socknit hides annoying social media commentary on many popular media, news, and entertainment websites.                    

Informations de Base sur l'Extension

Nom SockNit Article Comment Blocker SockNit Article Comment Blocker
ID pjefaeadmaaefnhmbbnacbijblmmdenc
URL Officiel https://chromewebstore.google.com/detail/socknit-article-comment-b/pjefaeadmaaefnhmbbnacbijblmmdenc
Description This extension blocks annoying user comments on major news & media sites.
Taille du Fichier 1.55 MB
Nombre d'Installations 20
Version Actuelle 1.3.7
Dernière Mise à Jour 2017-05-21
Date de Publication 2017-05-20
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://socknit.com
Type de Paiement free
Site Web de l'Extension https://socknit.com
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SockNit Article Comment Blocker",
    "short_name": "SockNit",
    "version": "1.3.7",
    "description": "This extension blocks annoying user comments on major news & media sites.",
    "homepage_url": "http:\/\/www.socknit.com",
    "icons": {
        "19": "img\/sock19_blue.png",
        "48": "img\/sock48_blue.png",
        "128": "img\/sock128_blue.png"
    },
    "page_action": {
        "default_icon": "img\/sock19_red.png",
        "default_popup": "manager.html"
    },
    "background": {
        "scripts": [
            "js\/socknit_event.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/socknit_content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "cookies",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}