NBA Reddit Streams
NBA Reddit Streams. r/nbastreams shortcut. 2-clicks away from your favorite nba stream.
What is NBA Reddit Streams?
NBA Reddit Streams is a Chrome extension developed by rudya, and its main feature is "NBA Reddit Streams. r/nbastreams shortcut. 2-clicks away from your favorite nba stream.".
Extension Screenshots
Download NBA Reddit Streams Extension CRX File
Download NBA Reddit Streams 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
Quickly find streams located in r/nbastreams. The simple interface shows current game threads. Update 1.0.1 - fix Kings bug Update 1.0.2 - fix Trailblazers bug Update 1.0.3 -split city and name for improved string comparison
Extension Basic Information
Name | |
ID | npkbmplfkagffgjgohfofpdcabgbpijd |
Official URL | https://chrome.google.com/webstore/detail/nba-reddit-streams/npkbmplfkagffgjgohfofpdcabgbpijd |
Description | NBA Reddit Streams. r/nbastreams shortcut. 2-clicks away from your favorite nba stream. |
File Size | 1.1 MB |
Installation Count | 46 |
Current Version | 1.0.3 |
Last Updated | 2019-05-16 |
Publish Date | 2019-05-16 |
Developer | rudya |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NBA Reddit Streams", "version": "1.0.3", "description": "NBA Reddit Streams. r\/nbastreams shortcut. 2-clicks away from your favorite nba stream.", "permissions": [ "activeTab", "declarativeContent", "storage", "https:\/\/www.reddit.com\/r\/nbastreams\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/nrs16.png", "32": "images\/nrs32.png", "48": "images\/nrs48.png", "128": "images\/nrs128.png" } }, "icons": { "16": "images\/nrs16.png", "32": "images\/nrs32.png", "48": "images\/nrs48.png", "128": "images\/nrs128.png" }, "options_page": "options.html", "manifest_version": 2 } |