reddit live

Auto update a reddit comment stream

什麼是reddit live?

reddit live是由gpmcadam開發的Chrome擴展程式,該擴展的主要功能是“Auto update a reddit comment stream”。

擴展截圖

screenshot
screenshot
screenshot

下載reddit live擴展crx文件

下載reddit live擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Auto update a reddit comment thread. Once installed, load a comment thread, click the 'Sort By' dropdown and click 'live'.

Updated in 0.1.2:
  - Update extension to work with latest Chrome manifest, now loads in newer Chrome

Updated in 0.1.1:
  - Fixed an issue where live mode wouldn't start when using https                    

擴展基本資訊

名稱 reddit live reddit live
ID gfmgldfmppamhojkggjlonpboiobnbpe
官方網址 https://chromewebstore.google.com/detail/reddit-live/gfmgldfmppamhojkggjlonpboiobnbpe
簡介 Auto update a reddit comment stream
檔案大小 6.75 MB
安裝次數 166
目前版本 0.1.2
更新時間 2022-10-26
上架時間 2015-08-26
評分 1.67/5 共 3 次評分
開發者 gpmcadam
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "reddit live",
    "version": "0.1.2",
    "manifest_version": 3,
    "description": "Auto update a reddit comment stream",
    "homepage_url": "http:\/\/gary.mcad.am\/a\/reddit-live",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "host_permissions": [
        "https:\/\/*.reddit.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.reddit.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}