Reddit Blue Posts (HotS)

Finds Reddit comments made by Blizzard posters on r/heroesofthestorm

Qu'est-ce que Reddit Blue Posts (HotS) ?

Reddit Blue Posts (HotS) est une extension Chrome développée par Stray Objects, et sa fonction principale est "Finds Reddit comments made by Blizzard posters on r/heroesofthestorm".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Reddit Blue Posts (HotS)

Téléchargez les fichiers d'extension Reddit Blue Posts (HotS) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Reddit Blue Posts (HotS) Reddit Blue Posts (HotS)
ID lhcohagkldjemkkeicpjonfbecgbkeen
URL Officiel https://chromewebstore.google.com/detail/reddit-blue-posts-hots/lhcohagkldjemkkeicpjonfbecgbkeen
Description Finds Reddit comments made by Blizzard posters on r/heroesofthestorm
Taille du Fichier 70.96 KB
Nombre d'Installations 26
Version Actuelle 0.2
Dernière Mise à Jour 2018-09-06
Date de Publication 2018-09-05
Évaluation 4.00/5 Total 6 Évaluations
Développeur Stray Objects
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}