Disqus Hider

Hides the Disqus comment section on a webpage.

Disqus Hider là gì?

Disqus Hider là một tiện ích mở rộng Chrome được phát triển bởi Omnigatherum, và tính năng chính của nó là "Hides the Disqus comment section on a webpage.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Disqus Hider

Tải xuống các tệp mở rộng Disqus Hider 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

                        This extension hides a Disqus comment section on a webpage.

The extension works in the background and requires no user intervention. The extension is always on, and hides the comment section as the page loads. To turn it off, go to chrome://extensions and uncheck "Enabled" next to the title of the extension.

Disqus Hider is not an official extension from Disqus.

--

Before posting a negative review: Please take the time to provide feedback. Extensions break every so often. They usually can be fixed quite quickly. Thanks. 

--

Plugin history:

0.1.0 - Initial release.                    

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

Tên Disqus Hider Disqus Hider
ID dbdacjoefpcminpbfchmhgjomblkdkda
URL Chính Thức https://chromewebstore.google.com/detail/disqus-hider/dbdacjoefpcminpbfchmhgjomblkdkda
Mô tả Hides the Disqus comment section on a webpage.
Kích Thước Tệp 14.61 KB
Số Lần Cài Đặt 122
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2015-03-13
Ngày Phát Hành 2015-03-13
Đánh Giá 4.63/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Omnigatherum
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_title__",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "__MSG_ext_desc__",
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "author": "Richard Bruneau",
    "default_locale": "en",
    "permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "src\/disqus_hider_styles.css"
            ],
            "js": [
                "src\/inject.js"
            ],
            "run_at": "document_end"
        }
    ]
}