Disqus Condensed

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

Cos'è Disqus Condensed?

Disqus Condensed è un'estensione di Chrome sviluppata da loneplacebo, e la sua funzione principale è "Condensed theme for enhanced readability when browsing disqus.com/home/".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Disqus Condensed

Scarica i file di estensione Disqus Condensed in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Disqus Condensed Disqus Condensed
ID jjdnibohihomibfhckihkohkjaegbcnf
URL Ufficiale https://chromewebstore.google.com/detail/disqus-condensed/jjdnibohihomibfhckihkohkjaegbcnf
Descrizione Condensed theme for enhanced readability when browsing disqus.com/home/
Dimensione del File 51.95 KB
Conteggio Installazioni 263
Versione Corrente 1.1.8
Ultimo Aggiornamento 2019-02-04
Data di Pubblicazione 2019-02-04
Valutazione 4.00/5 Totale 6 Valutazioni
Sviluppatore loneplacebo
Tipo di Pagamento free
Sito Web dell'Estensione https://disqus.com/home/
Lingue Supportate 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"
            ]
        }
    ]
}