Disqus Condensed

Condensed theme for enhanced readability when browsing disqus.com/home/

Disqus Condensed क्या है?

Disqus Condensed loneplacebo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Condensed theme for enhanced readability when browsing disqus.com/home/"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Readability Enhancements:
- Home & channel feeds: x2 stories per page as you scroll
- Explore Discussions & related discussions sidebar is easier to scan
- Highlight newly created discussions for channels you moderate & people you follow
- Community guidelines link is now a button instead of a tiny text link

Hidden:
- discussion excerpts & highlighted comment
- share to social media link                    

एक्सटेंशन की मूल जानकारी

नाम Disqus Condensed Disqus Condensed
ID jjdnibohihomibfhckihkohkjaegbcnf
आधिकारिक URL https://chromewebstore.google.com/detail/disqus-condensed/jjdnibohihomibfhckihkohkjaegbcnf
विवरण Condensed theme for enhanced readability when browsing disqus.com/home/
फ़ाइल का आकार 51.95 KB
स्थापना संख्या 263
वर्तमान संस्करण 1.1.8
अंतिम अपडेट 2019-02-04
प्रकाशन तिथि 2019-02-04
रेटिंग 4.00/5 कुल 6 रेटिंग्स
डेवलपर loneplacebo
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://disqus.com/home/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disqus Condensed",
    "version": "1.1.8",
    "manifest_version": 2,
    "description": "Condensed theme for enhanced readability when browsing disqus.com\/home\/",
    "homepage_url": "https:\/\/disqus.com\/home\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "https:\/\/disqus.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/disqus.com\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "src\/bg\/condensing.js",
                "src\/bg\/onStartup.js"
            ]
        }
    ]
}