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
公式URL 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"
        }
    ]
}