SockNit Article Comment Blocker

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

SockNit Article Comment Blockerとは何ですか?

SockNit Article Comment Blockerはhttps://socknit.comによって開発されたChromeの拡張機能で、その主な機能は「This extension blocks annoying user comments on major news & media sites.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

SockNit Article Comment Blocker拡張機能のCRXファイルをダウンロード

SockNit Article Comment Blocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 SockNit Article Comment Blocker SockNit Article Comment Blocker
ID pjefaeadmaaefnhmbbnacbijblmmdenc
公式URL https://chromewebstore.google.com/detail/socknit-article-comment-b/pjefaeadmaaefnhmbbnacbijblmmdenc
説明 This extension blocks annoying user comments on major news & media sites.
ファイルサイズ 1.55 MB
インストール数 20
現在のバージョン 1.3.7
最終更新日 2017-05-21
公開日 2017-05-20
評価 5.00/5 合計 1 レビュー
開発者 https://socknit.com
支払い方法 free
拡張機能のウェブサイト https://socknit.com
対応言語 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:\/\/*\/*"
    ]
}