SBS Movie Ratings

Movie Ratings on the SBS ondemand website. Display ratings when choosing a movie to watch on SBS ondemand

Co je SBS Movie Ratings?

SBS Movie Ratings je rozšíření Chrome vyvinuté Matthew Farrell, a jeho hlavní funkcí je „Movie Ratings on the SBS ondemand website. Display ratings when choosing a movie to watch on SBS ondemand“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření SBS Movie Ratings

Stáhněte si soubory rozšíření SBS Movie Ratings ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This extension will display ratings for movie listings on the SBS On Demand website:

https://www.sbs.com.au/ondemand/                    

Základní Informace o Rozšíření

Název SBS Movie Ratings SBS Movie Ratings
ID akojfflpfnhfpogglehnjggndlhhhfpb
Oficiální URL https://chrome.google.com/webstore/detail/sbs-movie-ratings/akojfflpfnhfpogglehnjggndlhhhfpb
Popis Movie Ratings on the SBS ondemand website. Display ratings when choosing a movie to watch on SBS ondemand
Velikost souboru 3.86 KB
Počet instalací 128
Aktuální Verze 1.2
Poslední Aktualizace 2018-08-30
Datum Vydání 2018-08-30
Vývojář Matthew Farrell
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}