SBS Movie Ratings

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

¿Qué es SBS Movie Ratings?

SBS Movie Ratings es una extensión de Chrome desarrollada por Matthew Farrell, y su función principal es "Movie Ratings on the SBS ondemand website. Display ratings when choosing a movie to watch on SBS ondemand".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión SBS Movie Ratings

Descarga archivos de extensión SBS Movie Ratings en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

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

Información Básica de la Extensión

Nombre SBS Movie Ratings SBS Movie Ratings
ID akojfflpfnhfpogglehnjggndlhhhfpb
URL Oficial https://chrome.google.com/webstore/detail/sbs-movie-ratings/akojfflpfnhfpogglehnjggndlhhhfpb
Descripción Movie Ratings on the SBS ondemand website. Display ratings when choosing a movie to watch on SBS ondemand
Tamaño del Archivo 3.86 KB
Cantidad de Instalaciones 128
Versión Actual 1.2
Última Actualización 2018-08-30
Fecha de Publicación 2018-08-30
Desarrollador Matthew Farrell
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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
}