ScreenPad extension for Online Video Player

Control YouTube video playback via ASUS ScreenPad.

ScreenPad extension for Online Video Playerとは何ですか?

ScreenPad extension for Online Video Playerはtouchpadhitによって開発されたChromeの拡張機能で、その主な機能は「Control YouTube video playback via ASUS ScreenPad.」です。

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

screenshot

ScreenPad extension for Online Video Player拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        ************************************************************************************
Version 1.0.1.8
- Fixed a bug makes extension stop working.

Version 1.0.1.6
- Show correct pause icon on watching livestream
- Hide next button if the video don't have the button

************************************************************************************
Watch a YouTube video in the Chrome web browser, with full playback controls at your fingertips in ScreenPad™.

Functions:
.Play
.Pause (Stop)
.Next
.Mute
.Volume
.Subtitle on/off
.Full screen
.Exit full screen
.Timeline drag
.Skip full screen Ad

How to install and manage apps in Chrome:
https://support.google.com/chrome_webstore/                    

拡張機能の基本情報

名前 ScreenPad extension for Online Video Player ScreenPad extension for Online Video Player
ID cjaeiidkcfpfbeklmecdfloaaacancmo
公式URL https://chromewebstore.google.com/detail/screenpad-extension-for-o/cjaeiidkcfpfbeklmecdfloaaacancmo
説明 Control YouTube video playback via ASUS ScreenPad.
ファイルサイズ 13.74 KB
インストール数 10,000
現在のバージョン 1.0.1.8
最終更新日 2019-02-27
公開日 2019-02-27
評価 2.93/5 合計 29 レビュー
開発者 touchpadhit
支払い方法 free
対応言語 zh-TW
manifest.json
{
    "manifest_version": 2,
    "author": "Jason C.C.Tseng",
    "name": "ScreenPad extension for Online Video Player",
    "description": "Control YouTube video playback via ASUS ScreenPad.",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1.8",
    "icons": {
        "128": "icons\/youtube_128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhzk4ZLJsXJktcF3s0lb+yvP3R5yYzFyKv2qzjKnBFwt5KqlVVDem4JbDtdgwf8ngGxrph8uQytp+6LBQSxGORTWtdkSA4J\/1fkvsjY\/Wg\/Hr5ncJwc64VXXQT9XZvanJst5XhQKOF3JDWbWOOkdWATEvnnDDYOKw2FusI3\/eDJW6MqvbVeoPzA6UK5yLF6m3RoI6ZjVj9jO\/05fq94tVQhAK5v725RK1o8ttdTPFI\/\/IQNKCqyFHbBmL0HY5pzrGTBlTE64wieCHtedA+tESWChf\/nknRDPwDn8sEGHNDicdYB4PBliz2+nxQX71BlY\/36KsgIF4wkwrPD3HpRQOgQIDAQAB",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "youtube-remoter.js"
            ]
        }
    ],
    "permissions": [
        "*:\/\/www.youtube.com\/*"
    ]
}