Netflix IMDB top 250

Removes all movies that aren't in the IMDB top 250 from Netflix.

Netflix IMDB top 250とは何ですか?

Netflix IMDB top 250はangusbayleyによって開発されたChromeの拡張機能で、その主な機能は「Removes all movies that aren't in the IMDB top 250 from Netflix.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        You've heard of good movies - now you can watch them. One button to hide everything except IMDB's top 250 films in Netflix.

- works in every country!
- always works from the current IMDB top 250
- is awesome
- refresh the page to get the old films back

Simples.                    

拡張機能の基本情報

名前 Netflix IMDB top 250 Netflix IMDB top 250
ID akeiblobkickpakkbjgalaklelbicgaj
公式URL https://chromewebstore.google.com/detail/netflix-imdb-top-250/akeiblobkickpakkbjgalaklelbicgaj
説明 Removes all movies that aren't in the IMDB top 250 from Netflix.
ファイルサイズ 15.41 KB
インストール数 98
現在のバージョン 1.0
最終更新日 2014-11-20
公開日 2014-11-20
評価 3.00/5 合計 3 レビュー
開発者 angusbayley
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix IMDB top 250",
    "version": "1.0",
    "description": "Removes all movies that aren't in the IMDB top 250 from Netflix.",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "page_action": {
        "default_icon": "icon.png",
        "default_title": "Cull all movies not in the IMDB top 250!"
    },
    "permissions": [
        "declarativeContent",
        "http:\/\/www.imdb.com\/*",
        "*:\/\/*.netflix.com\/*"
    ],
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "manifest_version": 2
}