Disqus Hider

Hides the Disqus comment section on a webpage.

什麼是Disqus Hider?

Disqus Hider是由Omnigatherum開發的Chrome擴展程式,該擴展的主要功能是“Hides the Disqus comment section on a webpage.”。

擴展截圖

screenshot

下載Disqus Hider擴展crx文件

下載Disqus Hider擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Disqus Hider Disqus Hider
ID dbdacjoefpcminpbfchmhgjomblkdkda
官方網址 https://chromewebstore.google.com/detail/disqus-hider/dbdacjoefpcminpbfchmhgjomblkdkda
簡介 Hides the Disqus comment section on a webpage.
檔案大小 14.61 KB
安裝次數 122
目前版本 0.1.0
更新時間 2015-03-13
上架時間 2015-03-13
評分 4.63/5 共 8 次評分
開發者 Omnigatherum
付費類型 free
支援的語言 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"
        }
    ]
}