Reddit Blue Posts (HotS)

Finds Reddit comments made by Blizzard posters on r/heroesofthestorm

O que é Reddit Blue Posts (HotS)?

Reddit Blue Posts (HotS) é uma extensão do Chrome desenvolvida por Stray Objects, e sua principal característica é "Finds Reddit comments made by Blizzard posters on r/heroesofthestorm".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Reddit Blue Posts (HotS)

Baixe arquivos de extensão Reddit Blue Posts (HotS) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Reddit Blue Posts (HotS) Reddit Blue Posts (HotS)
ID lhcohagkldjemkkeicpjonfbecgbkeen
URL Oficial https://chromewebstore.google.com/detail/reddit-blue-posts-hots/lhcohagkldjemkkeicpjonfbecgbkeen
Descrição Finds Reddit comments made by Blizzard posters on r/heroesofthestorm
Tamanho do Arquivo 70.96 KB
Contagem de Instalações 26
Versão Atual 0.2
Última Atualização 2018-09-06
Data de Publicação 2018-09-05
Classificação 4.00/5 Total de 6 Avaliações
Desenvolvedor Stray Objects
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}