NBA Reddit Streams

NBA Reddit Streams. r/nbastreams shortcut. 2-clicks away from your favorite nba stream.

Co to jest NBA Reddit Streams?

NBA Reddit Streams to rozszerzenie Chrome opracowane przez rudya, a jego główną funkcją jest „NBA Reddit Streams. r/nbastreams shortcut. 2-clicks away from your favorite nba stream.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia NBA Reddit Streams

Pobierz pliki rozszerzeń NBA Reddit Streams w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa NBA Reddit Streams NBA Reddit Streams
ID npkbmplfkagffgjgohfofpdcabgbpijd
Oficjalny URL https://chrome.google.com/webstore/detail/nba-reddit-streams/npkbmplfkagffgjgohfofpdcabgbpijd
Opis NBA Reddit Streams. r/nbastreams shortcut. 2-clicks away from your favorite nba stream.
Rozmiar pliku 1.1 MB
Liczba instalacji 46
Aktualna Wersja 1.0.3
Ostatnia Aktualizacja 2019-05-16
Data Publikacji 2019-05-16
Deweloper rudya
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}