Netflix Rating

View IMDB and Rotten Tomatoes scores inside Netflix!

Netflix Ratingとは何ですか?

Netflix RatingはMaya Benjaminによって開発されたChromeの拡張機能で、その主な機能は「View IMDB and Rotten Tomatoes scores inside Netflix!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Netflix Rating拡張機能のCRXファイルをダウンロード

Netflix Rating拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Netflix Rating Netflix Rating
ID bcmbdiempfifibcoenpgmdcmaacdiocj
公式URL https://chromewebstore.google.com/detail/netflix-rating/bcmbdiempfifibcoenpgmdcmaacdiocj
説明 View IMDB and Rotten Tomatoes scores inside Netflix!
ファイルサイズ 20.55 KB
インストール数 259
現在のバージョン 2.0.6
最終更新日 2022-03-05
公開日 2020-05-02
評価 3.67/5 合計 6 レビュー
開発者 Maya Benjamin
Eメール [email protected]
支払い方法 free
対応言語 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
}