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
Eメール [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
}