SBS Movie Ratings
Movie Ratings on the SBS ondemand website. Display ratings when choosing a movie to watch on SBS ondemand
什麼是SBS Movie Ratings?
SBS Movie Ratings是由Matthew Farrell開發的Chrome擴展程式,該擴展的主要功能是“Movie Ratings on the SBS ondemand website. Display ratings when choosing a movie to watch on SBS ondemand”。
擴展截圖
下載SBS Movie Ratings擴展crx文件
下載SBS Movie Ratings擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension will display ratings for movie listings on the SBS On Demand website: https://www.sbs.com.au/ondemand/
擴展基本資訊
名稱 | ![]() |
ID | akojfflpfnhfpogglehnjggndlhhhfpb |
官方網址 | https://chrome.google.com/webstore/detail/sbs-movie-ratings/akojfflpfnhfpogglehnjggndlhhhfpb |
簡介 | Movie Ratings on the SBS ondemand website. Display ratings when choosing a movie to watch on SBS ondemand |
檔案大小 | 3.86 KB |
安裝次數 | 128 |
目前版本 | 1.2 |
更新時間 | 2018-08-30 |
上架時間 | 2018-08-30 |
開發者 | Matthew Farrell |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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 } |