SockNit Article Comment Blocker

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

SockNit Article Comment Blockerคืออะไร?

SockNit Article Comment Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://socknit.com และคุณลักษณะหลักของมันคือ "This extension blocks annoying user comments on major news & media sites."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SockNit Article Comment Blocker

ดาวน์โหลดไฟล์ส่วนขยาย 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:\/\/*\/*"
    ]
}