reddit live
Auto update a reddit comment stream
What is reddit live?
reddit live is a Chrome extension developed by gpmcadam, and its main feature is "Auto update a reddit comment stream".
Extension Screenshots
Download reddit live Extension CRX File
Download reddit live extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | reddit live |
ID | gfmgldfmppamhojkggjlonpboiobnbpe |
Official URL | https://chromewebstore.google.com/detail/reddit-live/gfmgldfmppamhojkggjlonpboiobnbpe |
Description | Auto update a reddit comment stream |
File Size | 6.75 MB |
Installation Count | 166 |
Current Version | 0.1.2 |
Last Updated | 2022-10-26 |
Publish Date | 2015-08-26 |
Rating | 1.67/5 Total 3 Ratings |
Developer | gpmcadam |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |