Reddit Blue Posts (HotS)
Finds Reddit comments made by Blizzard posters on r/heroesofthestorm
What is Reddit Blue Posts (HotS)?
Reddit Blue Posts (HotS) is a Chrome extension developed by Stray Objects, and its main feature is "Finds Reddit comments made by Blizzard posters on r/heroesofthestorm".
Extension Screenshots
Download Reddit Blue Posts (HotS) Extension CRX File
Download Reddit Blue Posts (HotS) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Reddit Blue Posts (HotS) |
ID | lhcohagkldjemkkeicpjonfbecgbkeen |
Official URL | https://chromewebstore.google.com/detail/reddit-blue-posts-hots/lhcohagkldjemkkeicpjonfbecgbkeen |
Description | Finds Reddit comments made by Blizzard posters on r/heroesofthestorm |
File Size | 70.96 KB |
Installation Count | 26 |
Current Version | 0.2 |
Last Updated | 2018-09-06 |
Publish Date | 2018-09-05 |
Rating | 4.00/5 Total 6 Ratings |
Developer | Stray Objects |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |