ScreenPad extension for Online Video Player
Control YouTube video playback via ASUS ScreenPad.
What is ScreenPad extension for Online Video Player?
ScreenPad extension for Online Video Player is a Chrome extension developed by touchpadhit, and its main feature is "Control YouTube video playback via ASUS ScreenPad.".
Extension Screenshots
Download ScreenPad extension for Online Video Player Extension CRX File
Download ScreenPad extension for Online Video Player extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
************************************************************************************ 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/
Extension Basic Information
Name | ScreenPad extension for Online Video Player |
ID | cjaeiidkcfpfbeklmecdfloaaacancmo |
Official URL | https://chromewebstore.google.com/detail/screenpad-extension-for-o/cjaeiidkcfpfbeklmecdfloaaacancmo |
Description | Control YouTube video playback via ASUS ScreenPad. |
File Size | 13.74 KB |
Installation Count | 10,000 |
Current Version | 1.0.1.8 |
Last Updated | 2019-02-27 |
Publish Date | 2019-02-27 |
Rating | 2.93/5 Total 29 Ratings |
Developer | touchpadhit |
Payment Type | free |
Supported Languages | 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\/*" ] } |