SBS Movie Ratings

Movie Ratings on the SBS ondemand website. Display ratings when choosing a movie to watch on SBS ondemand

Co to jest SBS Movie Ratings?

SBS Movie Ratings to rozszerzenie Chrome opracowane przez Matthew Farrell, a jego główną funkcją jest „Movie Ratings on the SBS ondemand website. Display ratings when choosing a movie to watch on SBS ondemand”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia SBS Movie Ratings

Pobierz pliki rozszerzeń SBS Movie Ratings 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

                        This extension will display ratings for movie listings on the SBS On Demand website:

https://www.sbs.com.au/ondemand/                    

Podstawowe informacje o rozszerzeniu

Nazwa SBS Movie Ratings SBS Movie Ratings
ID akojfflpfnhfpogglehnjggndlhhhfpb
Oficjalny URL https://chrome.google.com/webstore/detail/sbs-movie-ratings/akojfflpfnhfpogglehnjggndlhhhfpb
Opis Movie Ratings on the SBS ondemand website. Display ratings when choosing a movie to watch on SBS ondemand
Rozmiar pliku 3.86 KB
Liczba instalacji 128
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2018-08-30
Data Publikacji 2018-08-30
Deweloper Matthew Farrell
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SBS Movie Ratings",
    "version": "1.2",
    "author": "Matthew Farrell",
    "description": "Movie Ratings on the SBS ondemand website.\n Display ratings when choosing a movie to watch on SBS ondemand",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.sbs.com.au\/ondemand\/*"
            ],
            "run_at": "document_end",
            "js": [
                "ratings.js"
            ]
        }
    ],
    "manifest_version": 2
}