SBS Movie Ratings
Movie Ratings on the SBS ondemand website. Display ratings when choosing a movie to watch on SBS ondemand
O que é SBS Movie Ratings?
SBS Movie Ratings é uma extensão do Chrome desenvolvida por Matthew Farrell, e sua principal característica é "Movie Ratings on the SBS ondemand website. Display ratings when choosing a movie to watch on SBS ondemand".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão SBS Movie Ratings
Baixe arquivos de extensão SBS Movie Ratings no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
This extension will display ratings for movie listings on the SBS On Demand website: https://www.sbs.com.au/ondemand/
Informações Básicas da Extensão
Nome | ![]() |
ID | akojfflpfnhfpogglehnjggndlhhhfpb |
URL Oficial | https://chrome.google.com/webstore/detail/sbs-movie-ratings/akojfflpfnhfpogglehnjggndlhhhfpb |
Descrição | Movie Ratings on the SBS ondemand website. Display ratings when choosing a movie to watch on SBS ondemand |
Tamanho do Arquivo | 3.86 KB |
Contagem de Instalações | 128 |
Versão Atual | 1.2 |
Última Atualização | 2018-08-30 |
Data de Publicação | 2018-08-30 |
Desenvolvedor | Matthew Farrell |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |