reddit live

Auto update a reddit comment stream

reddit live là gì?

reddit live là một tiện ích mở rộng Chrome được phát triển bởi gpmcadam, và tính năng chính của nó là "Auto update a reddit comment stream".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng reddit live

Tải xuống các tệp mở rộng reddit live dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên reddit live reddit live
ID gfmgldfmppamhojkggjlonpboiobnbpe
URL Chính Thức https://chromewebstore.google.com/detail/reddit-live/gfmgldfmppamhojkggjlonpboiobnbpe
Mô tả Auto update a reddit comment stream
Kích Thước Tệp 6.75 MB
Số Lần Cài Đặt 166
Phiên Bản Hiện Tại 0.1.2
Cập Nhật Lần Cuối 2022-10-26
Ngày Phát Hành 2015-08-26
Đánh Giá 1.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển gpmcadam
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}