SBS Movie Ratings

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

Hvad er SBS Movie Ratings?

SBS Movie Ratings er en Chrome-udvidelse udviklet af Matthew Farrell, og dens hovedfunktion er "Movie Ratings on the SBS ondemand website. Display ratings when choosing a movie to watch on SBS ondemand".

Udvidelsesskærmbilleder

screenshot

Download SBS Movie Ratings-udvidelses-CRX-fil

Download SBS Movie Ratings-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

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

Grundlæggende oplysninger om udvidelsen

Navn SBS Movie Ratings SBS Movie Ratings
ID akojfflpfnhfpogglehnjggndlhhhfpb
Officiel URL https://chrome.google.com/webstore/detail/sbs-movie-ratings/akojfflpfnhfpogglehnjggndlhhhfpb
Beskrivelse Movie Ratings on the SBS ondemand website. Display ratings when choosing a movie to watch on SBS ondemand
Filstørrelse 3.86 KB
Antal Installationer 128
Nuværende Version 1.2
Senest Opdateret 2018-08-30
Udgivelsesdato 2018-08-30
Udvikler Matthew Farrell
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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
}