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! là gì?

Anti-Social - hide all the comments! là một tiện ích mở rộng Chrome được phát triển bởi labyrinthlabs, và tính năng chính của nó là "Hide comment sections on sites and blogs. Read the content that matters to you without accidentally ruining your day with Trolls.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Anti-Social - hide all the comments!

Tải xuống các tệp mở rộng Anti-Social - hide all the comments! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Anti-Social - hide all the comments! Anti-Social - hide all the comments!
ID ngmpaodhbmmkamjlgdajipkanidojngm
URL Chính Thức https://chromewebstore.google.com/detail/anti-social-hide-all-the/ngmpaodhbmmkamjlgdajipkanidojngm
Mô tả Hide comment sections on sites and blogs. Read the content that matters to you without accidentally ruining your day with Trolls.
Kích Thước Tệp 41.97 KB
Số Lần Cài Đặt 205
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2015-03-14
Ngày Phát Hành 2015-03-14
Đánh Giá 3.78/5 Tổng số 9 Đánh Giá
Nhà Phát Triển labyrinthlabs
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/herval/antisocial-chrome
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}