reddit-stream linker
Links to the comment stream for match threads on reddit
Cos'è reddit-stream linker?
reddit-stream linker è un'estensione di Chrome sviluppata da aarkay, e la sua funzione principale è "Links to the comment stream for match threads on reddit".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione reddit-stream linker
Scarica i file di estensione reddit-stream linker 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
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.
Informazioni di Base sull'Estensione
Nome | reddit-stream linker |
ID | mginbmpncoiblneijkhkapamadofkgdb |
URL Ufficiale | https://chromewebstore.google.com/detail/reddit-stream-linker/mginbmpncoiblneijkhkapamadofkgdb |
Descrizione | Links to the comment stream for match threads on reddit |
Dimensione del File | 13.55 KB |
Conteggio Installazioni | 21 |
Versione Corrente | 1.2.5 |
Ultimo Aggiornamento | 2016-09-04 |
Data di Pubblicazione | 2016-09-04 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | aarkay |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } |