Hotkeys for PlutoTV: keyboard shortcuts
Extension allows using keyboard shortcuts on PlutoTV
什麼是Hotkeys for PlutoTV: keyboard shortcuts?
Hotkeys for PlutoTV: keyboard shortcuts是由Awesome Extensions開發的Chrome擴展程式,該擴展的主要功能是“Extension allows using keyboard shortcuts on PlutoTV”。
擴展截圖
下載Hotkeys for PlutoTV: keyboard shortcuts擴展crx文件
下載Hotkeys for PlutoTV: keyboard shortcuts擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Use your keyboard as a remote and control the PlutoTV player in your Chrome browser. This extension enables keyboard shortcuts to be in control of the playback, so say goodbye to mouse clicking! How does it work? It’s simple - use your keyboard arrows to: - Rewind 15 seconds (left arrow)⏪ - Fast forward 15 seconds (right arrow)⏩ - Increase volume (up arrow)🔊 - Decrease volume (down arrow)🤫 All you need to do is add the PlutoTV Hotkeys extension to your browser, enable the keyboard shortcuts using a built-in toggle and control the PlutoTV player without any clicks. It's as simple as that! ❗**Disclaimer: All product and company names are trademarks or registered trademarks of their respective holders. This extension holds no association or affiliation with them or any third-party companies.**❗
擴展基本資訊
名稱 | Hotkeys for PlutoTV: keyboard shortcuts |
ID | gcgobpehdjdbggjkpclfjpdogflkhaea |
官方網址 | https://chromewebstore.google.com/detail/hotkeys-for-plutotv-keybo/gcgobpehdjdbggjkpclfjpdogflkhaea |
簡介 | Extension allows using keyboard shortcuts on PlutoTV |
檔案大小 | 15.21 KB |
安裝次數 | 29 |
目前版本 | 1.0.1 |
更新時間 | 2023-11-10 |
上架時間 | 2023-03-14 |
開發者 | Awesome Extensions |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://www.vodextended.com/privacy_policy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hotkeys for PlutoTV: keyboard shortcuts", "description": "Extension allows using keyboard shortcuts on PlutoTV", "version": "1.0.1", "manifest_version": 3, "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*.pluto.tv\/*" ], "action": { "default_popup": "popup.html", "default_icon": "pluto128HotKey.png" }, "content_scripts": [ { "js": [ "value.js", "engine.js" ], "matches": [ "*:\/\/*.pluto.tv\/*" ] } ], "icons": { "36": "pluto36HotKey.png", "128": "pluto128HotKey.png" }, "background": { "service_worker": "background.js" } } |