Disqus Hider

Hides the Disqus comment section on a webpage.

Disqus Hider क्या है?

Disqus Hider Omnigatherum द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hides the Disqus comment section on a webpage."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Disqus Hider एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
        }
    ]
}