NBA Reddit Streams
NBA Reddit Streams. r/nbastreams shortcut. 2-clicks away from your favorite nba stream.
Was ist NBA Reddit Streams?
NBA Reddit Streams ist eine Chrome-Erweiterung, die von rudya entwickelt wurde, und ihr Hauptmerkmal ist "NBA Reddit Streams. r/nbastreams shortcut. 2-clicks away from your favorite nba stream.".
Erweiterungsscreenshots
NBA Reddit Streams-Erweiterungs-CRX-Datei herunterladen
Laden Sie NBA Reddit Streams-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | npkbmplfkagffgjgohfofpdcabgbpijd |
Offizielle URL | https://chrome.google.com/webstore/detail/nba-reddit-streams/npkbmplfkagffgjgohfofpdcabgbpijd |
Beschreibung | NBA Reddit Streams. r/nbastreams shortcut. 2-clicks away from your favorite nba stream. |
Dateigröße | 1.1 MB |
Installationsanzahl | 46 |
Aktuelle Version | 1.0.3 |
Letztes Update | 2019-05-16 |
Veröffentlichungsdatum | 2019-05-16 |
Entwickler | rudya |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |