Anti-Social - hide all the comments!

Hide comment sections on sites and blogs. Read the content that matters to you without accidentally ruining your day with Trolls.

Anti-Social - hide all the comments!คืออะไร?

Anti-Social - hide all the comments! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย labyrinthlabs และคุณลักษณะหลักของมันคือ "Hide comment sections on sites and blogs. Read the content that matters to you without accidentally ruining your day with Trolls."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Anti-Social - hide all the comments!

ดาวน์โหลดไฟล์ส่วนขยาย Anti-Social - hide all the comments! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        See no Trolls, hear no Trolls, be no Troll: this extension hides comments sections on sites and blogs, leaving you free to read the content that matters to you without accidentally ruining your day with Trolls (or worse: inviting your dark side for an Internet discussion)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Anti-Social - hide all the comments! Anti-Social - hide all the comments!
ID ngmpaodhbmmkamjlgdajipkanidojngm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/anti-social-hide-all-the/ngmpaodhbmmkamjlgdajipkanidojngm
คำอธิบาย Hide comment sections on sites and blogs. Read the content that matters to you without accidentally ruining your day with Trolls.
ขนาดไฟล์ 41.97 KB
จำนวนการติดตั้ง 205
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2015-03-14
วันที่เผยแพร่ 2015-03-14
คะแนน 3.78/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา labyrinthlabs
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/herval/antisocial-chrome
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Anti-Social - hide all the comments!",
    "description": "Hide comment sections on sites and blogs. Read the content that matters to you without accidentally ruining your day with Trolls.",
    "version": "1.0.1",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "jquery-1.11.2.min.js",
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "icon.png",
        "default_title": "Hiding comments, yay!"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "antisocial.css"
            ],
            "js": [
                "jquery-1.11.2.min.js",
                "content_script.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}