Hotkeys for PlutoTV: keyboard shortcuts

Extension allows using keyboard shortcuts on PlutoTV

Hotkeys for PlutoTV: keyboard shortcuts là gì?

Hotkeys for PlutoTV: keyboard shortcuts là một tiện ích mở rộng Chrome được phát triển bởi Awesome Extensions, và tính năng chính của nó là "Extension allows using keyboard shortcuts on PlutoTV".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hotkeys for PlutoTV: keyboard shortcuts

Tải xuống các tệp mở rộng Hotkeys for PlutoTV: keyboard shortcuts dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.**❗                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hotkeys for PlutoTV: keyboard shortcuts Hotkeys for PlutoTV: keyboard shortcuts
ID gcgobpehdjdbggjkpclfjpdogflkhaea
URL Chính Thức https://chromewebstore.google.com/detail/hotkeys-for-plutotv-keybo/gcgobpehdjdbggjkpclfjpdogflkhaea
Mô tả Extension allows using keyboard shortcuts on PlutoTV
Kích Thước Tệp 15.21 KB
Số Lần Cài Đặt 29
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2023-11-10
Ngày Phát Hành 2023-03-14
Nhà Phát Triển Awesome Extensions
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.vodextended.com/privacy_policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}