FlixiMDb

Show IMDb ratings for Netflix TV shows and movies. Simply hover over a title to see the rating.

FlixiMDbとは何ですか?

FlixiMDbはskrassievによって開発されたChromeの拡張機能で、その主な機能は「Show IMDb ratings for Netflix TV shows and movies. Simply hover over a title to see the rating.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Install this extension and see the IMDB movie rating between other movie details on Netflix site

Version 8.1.3:
- fixed titles matching with missing articles a/an/the.                    

拡張機能の基本情報

名前 FlixiMDb FlixiMDb
ID mpdokalkjebjipooahikakghjpfaplge
公式URL https://chrome.google.com/webstore/detail/fliximdb/mpdokalkjebjipooahikakghjpfaplge
説明 Show IMDb ratings for Netflix TV shows and movies. Simply hover over a title to see the rating.
ファイルサイズ 109 KB
インストール数 24
現在のバージョン 8.1.3
最終更新日 2014-11-14
公開日 2014-11-14
評価 3.75/5 合計 4 レビュー
開発者 skrassiev
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FlixiMDb",
    "description": "Show IMDb ratings for Netflix TV shows and movies. Simply hover over a title to see the rating.",
    "version": "8.1.3",
    "content_scripts": [
        {
            "js": [
                "assets\/js\/jquery.js",
                "assets\/js\/jquery.watch-2.0.min.js",
                "assets\/js\/lodash.js",
                "classes\/class.netflix.js",
                "classes\/class.imdb.js",
                "classes\/init.js"
            ],
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ]
        }
    ],
    "page_action": {
        "default_title": "FlixiMDb"
    },
    "web_accessible_resources": [
        "assets\/js\/jquery.min.map"
    ],
    "icons": {
        "128": "assets\/img\/netfliximdb_128.png"
    },
    "permissions": [
        "storage"
    ],
    "minimum_chrome_version": "17.0",
    "manifest_version": 2
}