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”。

扩展截图

screenshot

下载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/                    

扩展基本信息

名称 SBS Movie Ratings SBS Movie Ratings
ID akojfflpfnhfpogglehnjggndlhhhfpb
官方URL 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
}