SBS Movie Ratings

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

Vad är SBS Movie Ratings?

SBS Movie Ratings är en Chrome-tillägg utvecklad av Matthew Farrell, och dess huvudfunktion är "Movie Ratings on the SBS ondemand website. Display ratings when choosing a movie to watch on SBS ondemand".

Tilläggsskärmbilder

screenshot

Ladda ner SBS Movie Ratings-förlängningens CRX-fil

Ladda ner SBS Movie Ratings-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

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

Grundläggande Information om Tillägg

Namn SBS Movie Ratings SBS Movie Ratings
ID akojfflpfnhfpogglehnjggndlhhhfpb
Officiell webbadress https://chrome.google.com/webstore/detail/sbs-movie-ratings/akojfflpfnhfpogglehnjggndlhhhfpb
Beskrivning Movie Ratings on the SBS ondemand website. Display ratings when choosing a movie to watch on SBS ondemand
Filstorlek 3.86 KB
Antal Installationer 128
Aktuell Version 1.2
Senast Uppdaterad 2018-08-30
Publiceringsdatum 2018-08-30
Utvecklare Matthew Farrell
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}