Netflix Rating

View IMDB and Rotten Tomatoes scores inside Netflix!

Co je Netflix Rating?

Netflix Rating je rozšíření Chrome vyvinuté Maya Benjamin, a jeho hlavní funkcí je „View IMDB and Rotten Tomatoes scores inside Netflix!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Netflix Rating

Stáhněte si soubory rozšíření Netflix Rating 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í

                        View Imdb and Rotten Tomatoes scores of movies and series directly in Netflix! Simple and easy to use.

Version 2.0:
* Can now view Rotten Tomatoes scores!
* Added menu to choose which scores to view.

Version 1.1: 
* Added support for gallery view.
* Added support for search.                    

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

Název Netflix Rating Netflix Rating
ID bcmbdiempfifibcoenpgmdcmaacdiocj
Oficiální URL https://chromewebstore.google.com/detail/netflix-rating/bcmbdiempfifibcoenpgmdcmaacdiocj
Popis View IMDB and Rotten Tomatoes scores inside Netflix!
Velikost souboru 20.55 KB
Počet instalací 259
Aktuální Verze 2.0.6
Poslední Aktualizace 2022-03-05
Datum Vydání 2020-05-02
Hodnocení 3.67/5 Celkem 6 Hodnocení
Vývojář Maya Benjamin
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix Rating",
    "version": "2.0.6",
    "description": "View IMDB and Rotten Tomatoes scores inside Netflix!",
    "permissions": [
        "*:\/\/*.netflix.com\/browse",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/browse\/*"
            ],
            "js": [
                "NetflixRating.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}