Netflix Play/Pause Anywhere

Play and pause Netflix playback by clicking anywhere on the video

Netflix Play/Pause Anywhereとは何ですか?

Netflix Play/Pause AnywhereはLuke Flegoによって開発されたChromeの拡張機能で、その主な機能は「Play and pause Netflix playback by clicking anywhere on the video」です。

Netflix Play/Pause Anywhere拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Like YouTube, click on the video to play and pause it.

15/03/2018:
Version 1.2
- Fixed "no refresh" bug
- More of video screen is clickable (beside controls)

03/10/2017:
Version 1.1
 - Updated to suit new player                    

拡張機能の基本情報

名前 Netflix Play/Pause Anywhere Netflix Play/Pause Anywhere
ID hilokelffnmdaekeghmceeoiggokkeii
公式URL https://chrome.google.com/webstore/detail/hilokelffnmdaekeghmceeoiggokkeii
説明 Play and pause Netflix playback by clicking anywhere on the video
ファイルサイズ 1.27 MB
インストール数 200
現在のバージョン 1.2
最終更新日 2018-03-15
公開日 2018-03-15
評価 4.17/5 合計 12 レビュー
開発者 Luke Flego
支払い方法 free
拡張機能のウェブサイト https://lukeflego.com/projects/netflix-playpause-anywhere/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix Play\/Pause Anywhere",
    "short_name": "NPPA",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Play and pause Netflix playback by clicking anywhere on the video",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.netflix.com\/*"
            ],
            "js": [
                "jquery.js",
                "nppa.js"
            ],
            "css": [
                "nppa.css"
            ]
        }
    ]
}