reddit-stream linker
Links to the comment stream for match threads on reddit
What is reddit-stream linker?
reddit-stream linker is a Chrome extension developed by aarkay, and its main feature is "Links to the comment stream for match threads on reddit".
Extension Screenshots
Download reddit-stream linker Extension CRX File
Download reddit-stream linker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | reddit-stream linker |
ID | mginbmpncoiblneijkhkapamadofkgdb |
Official URL | https://chromewebstore.google.com/detail/reddit-stream-linker/mginbmpncoiblneijkhkapamadofkgdb |
Description | Links to the comment stream for match threads on reddit |
File Size | 13.55 KB |
Installation Count | 21 |
Current Version | 1.2.5 |
Last Updated | 2016-09-04 |
Publish Date | 2016-09-04 |
Rating | 5.00/5 Total 1 Ratings |
Developer | aarkay |
Payment Type | free |
Supported Languages | 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\/*" ] } |