Reddit Blue Posts (HotS)

Finds Reddit comments made by Blizzard posters on r/heroesofthestorm

Cos'è Reddit Blue Posts (HotS)?

Reddit Blue Posts (HotS) è un'estensione di Chrome sviluppata da Stray Objects, e la sua funzione principale è "Finds Reddit comments made by Blizzard posters on r/heroesofthestorm".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Reddit Blue Posts (HotS)

Scarica i file di estensione Reddit Blue Posts (HotS) 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

                        Click on the "Next Blizzard Post" label in the title to jump to the first Blizzard comment, then click on the following "Next Blizzard Post" to jump to the next one.

Changelog:
v0.1
- Fixed "Next Blizzard Post" jump button not showing up on old Reddit layout.
- Now supports the new Reddit layout. Note: will reload when a comments page is opened to force all comments to load (rather than asynchronously)
v0.1.1
- Fixed bug where "Next Blizzard Post" would always show up under the new Reddit layout
v0.2
- Fixed bug where Blizzard posts weren't being detected on the new Reddit layout due to polymorphic CSS classes                    

Informazioni di Base sull'Estensione

Nome Reddit Blue Posts (HotS) Reddit Blue Posts (HotS)
ID lhcohagkldjemkkeicpjonfbecgbkeen
URL Ufficiale https://chromewebstore.google.com/detail/reddit-blue-posts-hots/lhcohagkldjemkkeicpjonfbecgbkeen
Descrizione Finds Reddit comments made by Blizzard posters on r/heroesofthestorm
Dimensione del File 70.96 KB
Conteggio Installazioni 26
Versione Corrente 0.2
Ultimo Aggiornamento 2018-09-06
Data di Pubblicazione 2018-09-05
Valutazione 4.00/5 Totale 6 Valutazioni
Sviluppatore Stray Objects
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reddit Blue Posts (HotS)",
    "version": "0.2",
    "manifest_version": 2,
    "description": "Finds Reddit comments made by Blizzard posters on r\/heroesofthestorm",
    "homepage_url": "http:\/\/www.strayobjects.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.reddit.com\/r\/heroesofthestorm\/*"
            ],
            "js": [
                "js\/jquery-3.2.1\/jquery-3.2.1.min.js",
                "src\/inject\/inject.js"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        }
    ]
}