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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
            ]
        }
    ]
}