reddit live

Auto update a reddit comment stream

O que é reddit live?

reddit live é uma extensão do Chrome desenvolvida por gpmcadam, e sua principal característica é "Auto update a reddit comment stream".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão reddit live

Baixe arquivos de extensão reddit live no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome reddit live reddit live
ID gfmgldfmppamhojkggjlonpboiobnbpe
URL Oficial https://chromewebstore.google.com/detail/reddit-live/gfmgldfmppamhojkggjlonpboiobnbpe
Descrição Auto update a reddit comment stream
Tamanho do Arquivo 6.75 MB
Contagem de Instalações 166
Versão Atual 0.1.2
Última Atualização 2022-10-26
Data de Publicação 2015-08-26
Classificação 1.67/5 Total de 3 Avaliações
Desenvolvedor gpmcadam
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}