reddit-stream linker
Links to the comment stream for match threads on reddit
O que é reddit-stream linker?
reddit-stream linker é uma extensão do Chrome desenvolvida por aarkay, e sua principal característica é "Links to the comment stream for match threads on reddit".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão reddit-stream linker
Baixe arquivos de extensão reddit-stream linker 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
This extension creates a link to the reddit-stream page for sports match threads (or game threads) on reddit. Thanks and credits to Nathan Reed (http://twitter.com/reednj) for actually creating reddit-stream.
Informações Básicas da Extensão
Nome | reddit-stream linker |
ID | mginbmpncoiblneijkhkapamadofkgdb |
URL Oficial | https://chromewebstore.google.com/detail/reddit-stream-linker/mginbmpncoiblneijkhkapamadofkgdb |
Descrição | Links to the comment stream for match threads on reddit |
Tamanho do Arquivo | 13.55 KB |
Contagem de Instalações | 21 |
Versão Atual | 1.2.5 |
Última Atualização | 2016-09-04 |
Data de Publicação | 2016-09-04 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | aarkay |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "reddit-stream linker", "description": "Links to the comment stream for match threads on reddit", "version": "1.2.5", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.reddit.com\/*" ], "js": [ "addbutton.js" ], "run_at": "document_end" } ], "permissions": [ "*:\/\/www.reddit.com\/*" ] } |