Reddit Blue Posts (HotS)
Finds Reddit comments made by Blizzard posters on r/heroesofthestorm
Reddit Blue Posts (HotS)คืออะไร?
Reddit Blue Posts (HotS) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Stray Objects และคุณลักษณะหลักของมันคือ "Finds Reddit comments made by Blizzard posters on r/heroesofthestorm"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reddit Blue Posts (HotS)
ดาวน์โหลดไฟล์ส่วนขยาย 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) |
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" ] } ] } |