SBS Movie Ratings

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

What is SBS Movie Ratings?

SBS Movie Ratings is a Chrome extension developed by Matthew Farrell, and its main feature is "Movie Ratings on the SBS ondemand website. Display ratings when choosing a movie to watch on SBS ondemand".

Extension Screenshots

screenshot

Download SBS Movie Ratings Extension CRX File

Download SBS Movie Ratings 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

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

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

Extension Basic Information

Name SBS Movie Ratings SBS Movie Ratings
ID akojfflpfnhfpogglehnjggndlhhhfpb
Official URL https://chrome.google.com/webstore/detail/sbs-movie-ratings/akojfflpfnhfpogglehnjggndlhhhfpb
Description Movie Ratings on the SBS ondemand website. Display ratings when choosing a movie to watch on SBS ondemand
File Size 3.86 KB
Installation Count 128
Current Version 1.2
Last Updated 2018-08-30
Publish Date 2018-08-30
Developer Matthew Farrell
Email [email protected]
Payment Type free
Supported Languages 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
}