Disqus Hider

Hides the Disqus comment section on a webpage.

Disqus Hiderคืออะไร?

Disqus Hider เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Omnigatherum และคุณลักษณะหลักของมันคือ "Hides the Disqus comment section on a webpage."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Disqus Hider

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        }
    ]
}