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
公式URL 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
Eメール [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"
            ]
        }
    ]
}