reddit live
Auto update a reddit comment stream
Qu'est-ce que reddit live ?
reddit live est une extension Chrome développée par gpmcadam, et sa fonction principale est "Auto update a reddit comment stream".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension reddit live
Téléchargez les fichiers d'extension reddit live au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | reddit live |
ID | gfmgldfmppamhojkggjlonpboiobnbpe |
URL Officiel | https://chromewebstore.google.com/detail/reddit-live/gfmgldfmppamhojkggjlonpboiobnbpe |
Description | Auto update a reddit comment stream |
Taille du Fichier | 6.75 MB |
Nombre d'Installations | 166 |
Version Actuelle | 0.1.2 |
Dernière Mise à Jour | 2022-10-26 |
Date de Publication | 2015-08-26 |
Évaluation | 1.67/5 Total 3 Évaluations |
Développeur | gpmcadam |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |