SBS Movie Ratings
Movie Ratings on the SBS ondemand website. Display ratings when choosing a movie to watch on SBS ondemand
Apa itu SBS Movie Ratings?
SBS Movie Ratings adalah ekstensi Chrome yang dikembangkan oleh Matthew Farrell, dan fitur utamanya adalah "Movie Ratings on the SBS ondemand website. Display ratings when choosing a movie to watch on SBS ondemand".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi SBS Movie Ratings
Unduh file ekstensi SBS Movie Ratings dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension will display ratings for movie listings on the SBS On Demand website: https://www.sbs.com.au/ondemand/
Informasi Dasar Ekstensi
Nama | ![]() |
ID | akojfflpfnhfpogglehnjggndlhhhfpb |
URL Resmi | https://chrome.google.com/webstore/detail/sbs-movie-ratings/akojfflpfnhfpogglehnjggndlhhhfpb |
Deskripsi | Movie Ratings on the SBS ondemand website. Display ratings when choosing a movie to watch on SBS ondemand |
Ukuran File | 3.86 KB |
Jumlah Instalasi | 128 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2018-08-30 |
Tanggal Publikasi | 2018-08-30 |
Pengembang | Matthew Farrell |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |