Reddit Blue Posts (HotS)

Finds Reddit comments made by Blizzard posters on r/heroesofthestorm

Reddit Blue Posts (HotS)とは何ですか?

Reddit Blue Posts (HotS)はStray Objectsによって開発されたChromeの拡張機能で、その主な機能は「Finds Reddit comments made by Blizzard posters on r/heroesofthestorm」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Reddit Blue Posts (HotS)拡張機能のCRXファイルをダウンロード

Reddit Blue Posts (HotS)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Reddit Blue Posts (HotS) Reddit Blue Posts (HotS)
ID lhcohagkldjemkkeicpjonfbecgbkeen
公式URL https://chromewebstore.google.com/detail/reddit-blue-posts-hots/lhcohagkldjemkkeicpjonfbecgbkeen
説明 Finds Reddit comments made by Blizzard posters on r/heroesofthestorm
ファイルサイズ 70.96 KB
インストール数 26
現在のバージョン 0.2
最終更新日 2018-09-06
公開日 2018-09-05
評価 4.00/5 合計 6 レビュー
開発者 Stray Objects
Eメール [email protected]
支払い方法 free
対応言語 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"
            ]
        }
    ]
}