RateFlix: IMDb and RT ratings on Netflix

Extention for showing IMDb and Rotten Tomatoes ratings on NETFLIX

RateFlix: IMDb and RT ratings on Netflixとは何ですか?

RateFlix: IMDb and RT ratings on NetflixはPankaj Bhayare and Gaurav Pandayによって開発されたChromeの拡張機能で、その主な機能は「Extention for showing IMDb and Rotten Tomatoes ratings on NETFLIX」です。

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

screenshot
screenshot

RateFlix: IMDb and RT ratings on Netflix拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        We are familiar with situations where we strain ourselves by searching ratings of ever evolving online streaming content before deciding to invest our time in it.

The RateFlix extension saves you all the trouble and displays the IMDb and Rotten Tomotoes ratings right in the content-preview on Netflix. The ratings now are just a click away on Netflix itself.

Happy binge-watching :)                    

拡張機能の基本情報

名前 RateFlix: IMDb and RT ratings on Netflix RateFlix: IMDb and RT ratings on Netflix
ID pcmbijibnnemoogikbfjdjnhablljgbp
公式URL https://chromewebstore.google.com/detail/rateflix-imdb-and-rt-rati/pcmbijibnnemoogikbfjdjnhablljgbp
説明 Extention for showing IMDb and Rotten Tomatoes ratings on NETFLIX
ファイルサイズ 25.5 KB
インストール数 28
現在のバージョン 0.2
最終更新日 2020-08-11
公開日 2020-07-23
評価 5.00/5 合計 2 レビュー
開発者 Pankaj Bhayare and Gaurav Panday
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RateFlix: IMDb and RT ratings on Netflix",
    "version": "0.2",
    "description": "Extention for showing IMDb and Rotten Tomatoes ratings on NETFLIX",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.netflix.com\/*",
                "https:\/\/www.omdbapi.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "rating.css"
            ]
        }
    ],
    "icons": {
        "16": "extentionIcon.png",
        "128": "extentionIcon128.png"
    },
    "permissions": [
        "https:\/\/www.netflix.com\/*",
        "https:\/\/www.omdbapi.com\/*"
    ],
    "web_accessible_resources": [
        "rating.js"
    ],
    "browser_action": {
        "default_icon": "extentionIcon.png",
        "default_popup": "popup.html"
    }
}