reddit live

Auto update a reddit comment stream

Wat is reddit live?

reddit live is een Chrome-extensie ontwikkeld door gpmcadam, en de belangrijkste functie is "Auto update a reddit comment stream".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie reddit live

Download reddit live-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam reddit live reddit live
ID gfmgldfmppamhojkggjlonpboiobnbpe
Officiële URL https://chromewebstore.google.com/detail/reddit-live/gfmgldfmppamhojkggjlonpboiobnbpe
Beschrijving Auto update a reddit comment stream
Bestandsgrootte 6.75 MB
Aantal Installaties 166
Huidige Versie 0.1.2
Laatst Bijgewerkt 2022-10-26
Publicatiedatum 2015-08-26
Beoordeling 1.67/5 Totaal 3 Beoordelingen
Ontwikkelaar gpmcadam
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}