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”。
擴展截圖
下載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) |
ID | lhcohagkldjemkkeicpjonfbecgbkeen |
官方網址 | 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" ] } ] } |