reddit live
Auto update a reddit comment stream
Cos'è reddit live?
reddit live è un'estensione di Chrome sviluppata da gpmcadam, e la sua funzione principale è "Auto update a reddit comment stream".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione reddit live
Scarica i file di estensione reddit live in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | reddit live |
ID | gfmgldfmppamhojkggjlonpboiobnbpe |
URL Ufficiale | https://chromewebstore.google.com/detail/reddit-live/gfmgldfmppamhojkggjlonpboiobnbpe |
Descrizione | Auto update a reddit comment stream |
Dimensione del File | 6.75 MB |
Conteggio Installazioni | 166 |
Versione Corrente | 0.1.2 |
Ultimo Aggiornamento | 2022-10-26 |
Data di Pubblicazione | 2015-08-26 |
Valutazione | 1.67/5 Totale 3 Valutazioni |
Sviluppatore | gpmcadam |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |