CommentBlock: Avoid Comments and Distractions

Block comments everywhere including sites like Facebook and Youtube

CommentBlock: Avoid Comments and Distractionsคืออะไร?

CommentBlock: Avoid Comments and Distractions เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unhalt LLC และคุณลักษณะหลักของมันคือ "Block comments everywhere including sites like Facebook and Youtube"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CommentBlock: Avoid Comments and Distractions

ดาวน์โหลดไฟล์ส่วนขยาย CommentBlock: Avoid Comments and Distractions ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        CommentBlock blocks toxic comment sections across the internet for a stress and distraction free internet experience! 

Simply add CommentBlock to your browser and you are all set.

You can customize what is blocked by using the popover (click the “CB” button next to the address bar to open popover).

Popover Features: 
Use the toggles to turn on/off CommentBlock. 
Use the dropdowns to decide what elements are blocked (likes, shares, and/or comments) on sites like Facebook, Youtube, Instagram, LinkedIn etc.
Click the “Whitelist this Domain” button on any webpage to prevent comment blocking on it.
Use the “Report” button to report if CommentBlock is not working on a certain page. 

For major sites like Facebook and Youtube, we have gone beyond just blocking comments and allow you to block things like likes, shares, suggested videos etc. 

We would love to hear your feedback! Please use the feedback form in the popover to share any ideas, comments, or concerns.

Made with ♥ in Chicago

Read more about why we don't like comment sections here: http://www.commentblock.org/#why                    

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

ชื่อ CommentBlock: Avoid Comments and Distractions CommentBlock: Avoid Comments and Distractions
ID liogflpgbcggdjigndklmdodalmfbeem
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/commentblock-avoid-commen/liogflpgbcggdjigndklmdodalmfbeem
คำอธิบาย Block comments everywhere including sites like Facebook and Youtube
ขนาดไฟล์ 3.82 MB
จำนวนการติดตั้ง 86
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2020-11-22
วันที่เผยแพร่ 2020-05-18
คะแนน 4.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Unhalt LLC
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.commentblock.org/
URL หน้าช่วยเหลือ https://www.zeeker.com/contact
URL หน้านโยบายความเป็นส่วนตัว https://www.zeeker.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CommentBlock: Avoid Comments and Distractions",
    "short_name": "CommentBlock",
    "description": "Block comments everywhere including sites like Facebook and Youtube",
    "version": "0.0.3",
    "icons": {
        "48": "images\/cb-logos\/48_CB_logo.png",
        "128": "images\/cb-logos\/128_CB_logo.png"
    },
    "browser_action": {
        "default_icon": "images\/cb-logos\/128_CB_logo.png",
        "default_popup": "popover.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "js": [
                "packages\/jquery-3.1.1.min.js",
                "facebookContentScript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ],
            "js": [
                "packages\/jquery-3.1.1.min.js",
                "instagramContentScript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "packages\/jquery-3.1.1.min.js",
                "linkedinContentScript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.twitter.com\/*"
            ],
            "js": [
                "packages\/jquery-3.1.1.min.js",
                "twitterContentScript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "packages\/jquery-3.1.1.min.js",
                "youtubeContentScript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.9gag.com\/*"
            ],
            "js": [
                "packages\/jquery-3.1.1.min.js",
                "ninegagContentScript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.imgur.com\/*"
            ],
            "js": [
                "packages\/jquery-3.1.1.min.js",
                "imgurContentScript.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "packages\/jquery-3.1.1.min.js",
                "commentPluginsContentScript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "packages\/jquery-3.1.1.min.js",
                "commentPluginsContentScript.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}