Netflix Jump Scroll

Don't like the slow scrolling of movies on netflix? With this you just click the arrows to jump to the right or left.

Netflix Jump Scrollとは何ですか?

Netflix Jump ScrollはRobert Kohrによって開発されたChromeの拡張機能で、その主な機能は「Don't like the slow scrolling of movies on netflix? With this you just click the arrows to jump to the right or left.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        The left/right scroll on netflix is slow and it tracking it bothers some people's eyes. This extension make it so that you can click the left/right buttons and it will instead jump to the next set of movies without the slow panning. 

If you would like to help improve this, the source code is at:
https://github.com/RobKohr/netflix-jump-scroll                    

拡張機能の基本情報

名前 Netflix Jump Scroll Netflix Jump Scroll
ID gfocbgegaacpbclkmljbkkjidbemmieo
公式URL https://chromewebstore.google.com/detail/netflix-jump-scroll/gfocbgegaacpbclkmljbkkjidbemmieo
説明 Don't like the slow scrolling of movies on netflix? With this you just click the arrows to jump to the right or left.
ファイルサイズ 41.66 KB
インストール数 34
現在のバージョン 1.0
最終更新日 2015-05-12
公開日 2015-05-12
評価 4.00/5 合計 3 レビュー
開発者 Robert Kohr
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix Jump Scroll",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Don't like the slow scrolling of movies on netflix? With this you just click the arrows to jump to the right or left.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "css": [],
            "js": [
                "jquery-2.1.4.min.js",
                "main.js"
            ],
            "matches": [
                "https:\/\/netflix.com\/*",
                "http:\/\/netflix.com\/*",
                "https:\/\/www.netflix.com\/*",
                "http:\/\/www.netflix.com\/*"
            ],
            "run_at": "document_start"
        }
    ]
}