SBS Movie Ratings
Movie Ratings on the SBS ondemand website. Display ratings when choosing a movie to watch on SBS ondemand
Cos'è SBS Movie Ratings?
SBS Movie Ratings è un'estensione di Chrome sviluppata da Matthew Farrell, e la sua funzione principale è "Movie Ratings on the SBS ondemand website. Display ratings when choosing a movie to watch on SBS ondemand".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SBS Movie Ratings
Scarica i file di estensione SBS Movie Ratings in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension will display ratings for movie listings on the SBS On Demand website: https://www.sbs.com.au/ondemand/
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | akojfflpfnhfpogglehnjggndlhhhfpb |
URL Ufficiale | https://chrome.google.com/webstore/detail/sbs-movie-ratings/akojfflpfnhfpogglehnjggndlhhhfpb |
Descrizione | Movie Ratings on the SBS ondemand website. Display ratings when choosing a movie to watch on SBS ondemand |
Dimensione del File | 3.86 KB |
Conteggio Installazioni | 128 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2018-08-30 |
Data di Pubblicazione | 2018-08-30 |
Sviluppatore | Matthew Farrell |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |