SockNit Article Comment Blocker

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

What is SockNit Article Comment Blocker?

SockNit Article Comment Blocker is a Chrome extension developed by https://socknit.com, and its main feature is "This extension blocks annoying user comments on major news & media sites.".

Extension Screenshots

screenshot
screenshot
screenshot

Download SockNit Article Comment Blocker Extension CRX File

Download SockNit Article Comment Blocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name SockNit Article Comment Blocker SockNit Article Comment Blocker
ID pjefaeadmaaefnhmbbnacbijblmmdenc
Official URL https://chromewebstore.google.com/detail/socknit-article-comment-b/pjefaeadmaaefnhmbbnacbijblmmdenc
Description This extension blocks annoying user comments on major news & media sites.
File Size 1.55 MB
Installation Count 20
Current Version 1.3.7
Last Updated 2017-05-21
Publish Date 2017-05-20
Rating 5.00/5 Total 1 Ratings
Developer https://socknit.com
Payment Type free
Extension Website https://socknit.com
Supported Languages 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:\/\/*\/*"
    ]
}