SBS Movie Ratings

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

Qu'est-ce que SBS Movie Ratings ?

SBS Movie Ratings est une extension Chrome développée par Matthew Farrell, et sa fonction principale est "Movie Ratings on the SBS ondemand website. Display ratings when choosing a movie to watch on SBS ondemand".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SBS Movie Ratings

Téléchargez les fichiers d'extension SBS Movie Ratings au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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

Informations de Base sur l'Extension

Nom SBS Movie Ratings SBS Movie Ratings
ID akojfflpfnhfpogglehnjggndlhhhfpb
URL Officiel 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
Taille du Fichier 3.86 KB
Nombre d'Installations 128
Version Actuelle 1.2
Dernière Mise à Jour 2018-08-30
Date de Publication 2018-08-30
Développeur Matthew Farrell
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}